bluetuith
bluetuith copied to clipboard
Possible error in documentation
When using the command provided here, I only got this error message:
go build main.go -o bluetuith-bin
named files must be .go files: -o
I have no idea about go and just used it the way it worked "out of the box", so maybe I was missing some important steps of setup. However, I was able to build it using this syntax:
go build -o bluetuith-bin main.go
So I think the documentation could use outdated/wrong syntax.
This is definitely low priority and doesn't require a quick fix, but maybe it helps others who have the same problem.
Thank you for noticing this. This will be fixed soon.