Today I Learned

2024/08/19

go

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