bluetuith icon indicating copy to clipboard operation
bluetuith copied to clipboard

Possible error in documentation

Open definitelynotgianni opened this issue 1 year ago • 1 comments

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.

definitelynotgianni avatar Sep 04 '24 16:09 definitelynotgianni

Thank you for noticing this. This will be fixed soon.

darkhz avatar Sep 04 '24 17:09 darkhz