Run Go Binaries Without Installing Go
Last updated
We can run Go binaries without installing Go, by using GoBinaries which allows Go programs to be installed from command line only.
curl -sf https://gobinaries.com/rakyll/hey | shThe package must compile within 100 seconds
The package must have at least on tag
Source: GoBinaries
Last updated