findbtc
findbtc copied to clipboard
Building / compiling
What OS and Go version was this developed on? I've tried Ubuntus 16, 18, and 24 and go versions around 1.6.2, 1.16, 1.17. The most I can get is:
export GOPATH=/home/ubuntu/mygo
go get -v github.com/jakewins/findbtc
[snip]/findbtc/detector/filesize_linux.go:4:2 found packages unix (affinity_linux.go) and main (mkasm.go) in [snip]/golang.org/x/sys/unix
I see no compiled/built file to run. I am only nominally aware of Go and running programs in Go. Any advice?