top | item 36775788

(no title)

citrusybread | 2 years ago

>multiple Go executable can not share libraries as easily as how c/c++ uses the shared lib

https://pkg.go.dev/cmd/go#hdr-Build_modes

you can actually build with shared libraries :)

I think most people I've seen use go, only use a single application, or have it turned into a docker container; so for them this is pointless but just fyi.

I personally dislike static linking but I see why it was used so heavily with go.

discuss

order