GO-RUN(1) | General Commands Manual | GO-RUN(1) |
go - tool for managing Go source code
go run [ build flags ] gofiles... [ arguments... ]
Run compiles and runs the main package comprising the named Go source files.
For more about build flags, see go-build(1).
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).
2012-05-13 |