The simple and easy way to embed static files into Go binaries.
Packr is a simple solution for bundling static assets inside of Go binaries. Installation go get -u github.com/gobuffalo/packr Usage // set up a new box by giving it a (relative) …
Packr is a simple solution for bundling static assets inside of Go binaries. Installation go get -u github.com/gobuffalo/packr Usage // set up a new box by giving it a (relative) …
sqlx is a library which provides a set of extensions on go’s standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are …
pgx is a pure Go driver and toolkit for PostgreSQL. The driver part of pgx is compatible with database/sql but also offers a native interface similar in style to database/sql …
gin is a simple command line utility for live-reloading Go web applications. Just run gin in your app directory and your web app will be served with gin as a proxy. gin will automatically recompile your code …
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. A cross-platform file change monitor with multiple backends: Apple OS X …
godocc: Like go doc but with colors. Accepts all the arguments and flags go doc works with. Godocc is just a simple wrapper around the go doc tool. examples: godocc io Writer
The following are the building blocks of a YAML file: Key Value Pair – The basic type of entry in a YAML file is of a key value pair. After …
kubebox: Terminal and Web console for Kubernetes. # OSX curl -Lo kubebox https://github.com/astefanutti/kubebox/releases/download/v0.6.0/kubebox-macos && chmod +x kubebox
Preview markdown files in a separate window. Markdown is formatted exactly the same as on GitHub. Features GitHub style: The markdown content is rendered as close to the way it’s rendered …
Modd (https://github.com/cortesi/modd) is a tool to listen to file system changes and launch process. Configuring it is as easy as creating a modd.conf file on root project path and setting the commands …