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
I really like the idea, only there is an issue on Ubuntu when you try to build the executable, you will get an error telling that play command already exists. Of course you can use the go build -o goplay command for example instead of go install to customize the executable name, but would be great if you can create a Make file and build it from there.
The text was updated successfully, but these errors were encountered:
I really like the idea, only there is an issue on Ubuntu when you try to build the executable, you will get an error telling that
play
command already exists. Of course you can use thego build -o goplay
command for example instead ofgo install
to customize the executable name, but would be great if you can create aMake
file and build it from there.The text was updated successfully, but these errors were encountered: