For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run Go Binaries Without Installing Go

We can run Go binaries without installing Go, by using GoBinaries which allows Go programs to be installed from command line only.

Example

curl -sf https://gobinaries.com/rakyll/hey | sh

Limitations

  • The package must compile within 100 seconds

  • The package must have at least on tag

Source: GoBinaries

Last updated