- Dont try to use `go build` with package, it only generates output file with single main package. - If that, use `go install` instead.