You probably want to disable cgo: Go's stdlib has pure-Go implementations
📰 Dev.to · Peng Zhang
CGO_ENABLED defaults to 1. That means a standard go build produces a binary that links against C...
CGO_ENABLED defaults to 1. That means a standard go build produces a binary that links against C...