2024/08/19
That go build ./path/to/main.go disregards other files in the same directory/package.
go build ./path/to works fine.
That go build ./path/to/main.go disregards other files in the same directory/package.
go build ./path/to works fine.