Avatar Ilya Mateyko

go.astrophena.name/tools Module

GitHub repository | Commit (1794da9)

Personal tools.

gox

Install this program:

$ go install go.astrophena.name/tools/cmd/gox@latest

Gox is like 'go run', but caches compiled binaries based on hash of the program.

It's suitable for single-file Go programs that depend only on the standard library.

Usage

$ gox <program.go> [arguments...]