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 …