You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using the command provided here, I only got this error message:
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.
The text was updated successfully, but these errors were encountered: