/go-runner

simple go language runner

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

go is a simple runner for .go programs.

It has limited functionality: for example it won't work with locally included packages that are named differently than their corresponding source files. This implies that it's one local package per source file.