logoalt Hacker News

lionkortoday at 12:29 PM1 replyview on HN

Weird, I swear the binary debug info says "github.com/bensantora-tech/fftool/main.go", so its just not public? Why?


Replies

tasksettoday at 12:35 PM

Right, I missed that — the Go module path in go.mod references GitHub by convention even though the repo isn't there (it's embedded in the binary's debug info). I'll change the module path to something on my own domain. Thanks for spotting that.

show 1 reply