erning/gorun
gorun is a tool enabling one to put a "bang line" in the source code of a Go program to run it, or to run such a source code file explicitly. It was created in an attempt to make experimenting with Go more appealing to people used to Python and similar languages which operate most visibly with source code.
GoGPL-3.0
Issues
- 3
gorun fmt
#8 opened by ericcurtin - 0
- 2
- 2
How to install
#24 opened by bryaan - 2
[BUG] No longer works: `no required module provides package ...: working directory is not part of a module`
#22 opened by NightMachinery - 0
Does `gorun` work with local package import?
#9 opened by pengyu - 2
Consider licence change
#14 opened by bruce34 - 1
Support repeatable builds
#15 opened by bruce34 - 2
Extend to include multiple different source files
#18 opened by bruce34 - 2
gorun is not working for go 1.9.4 or more
#12 opened by nicetip - 1
Linux binfmt_misc
#6 opened by powerman - 0
wont update if dependent library changes
#10 opened by u007 - 3
go get launchpad.net/gorun fetched old version
#5 opened by yangit - 1
- 1
template string
#4 opened by mgttt