cmd/go: With Go 1.4, cannot statically link a program which imports net · Issue #9344 · golang/go
In Go 1.3.x, it was possible to statically link a program which imports the net package. This is important when building programs for cut-down environments, for example busybox. The problem can be ...