Statically Linked Binaries in Alpine Linux
Building a blog engine completely by hand using only the Go standard library allows you to skip dynamic dependencies. By configuring CGO_ENABLED=0, the compiler builds a fully isolated executable.
Building a blog engine completely by hand using only the Go standard library allows you to skip dynamic dependencies. By configuring CGO_ENABLED=0, the compiler builds a fully isolated executable.