erning / gorunLinks
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.
☆1,007Updated 2 years ago
Alternatives and similar repositories for gorun
Users that are interested in gorun are comparing it to the libraries listed below
Sorting:
- A command-line arguments parser that will make you smile.☆1,439Updated last year
- bash completion written in go + bash completion for go command☆941Updated 6 months ago
- like python-sh, for easy call shell with golang.☆1,127Updated 4 months ago
- CLI - A package for building command line app with go☆730Updated last year
- go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.☆2,439Updated 2 years ago
- Quick and dirty debugging output for tired Go programmers☆1,549Updated last week
- Pure Go line editor with history, inspired by linenoise☆1,074Updated 2 years ago
- [mirror] Versioned Go Prototype☆1,517Updated 4 months ago
- Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.☆982Updated last year
- a build tool for Go, with a focus on cross-compiling, packaging and deployment☆1,670Updated 5 years ago
- Embed static files in Go binaries (replacement for gobuffalo/packr)☆1,190Updated 4 years ago
- The simple and easy way to embed static files into Go binaries.☆3,401Updated 3 years ago
- GUI frontend for Delve☆1,385Updated last week
- Readline is a pure go(golang) implementation for GNU-Readline kind library☆2,195Updated 2 months ago
- Go library for detecting and expanding the user's home directory without cgo.☆1,420Updated last year
- File system event notification library on steroids.☆918Updated last year
- Automatically generate Go (golang) struct definitions from example JSON☆2,687Updated 4 years ago
- A versatile library for building CLI applications in Go☆886Updated last year
- Structured, composable logging for Go☆1,098Updated last month
- Litter is a pretty printer library for Go data structures to aid in debugging and testing.☆1,617Updated 2 months ago
- Find, list, and inspect processes from Go (golang).☆1,489Updated 2 years ago
- A daemon package for use with Go (golang) services