(no title)
citrusybread | 2 years ago
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.
synergy20|2 years ago
https://github.com/golang/go/issues/47788