pgx – PostgreSQL Driver and Toolkit

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: Live reload utility for Go web servers

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 …

go doc with colors

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

GOLANG development with modd

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 …

Go Bullet Train (GBT)

GBT. Highly configurable prompt builder for Bash and ZSH written in Go. It’s inspired by the Oh My ZSHBullet Train theme. GBT comes with an interesting feature called prompt forwarding which allows to forward …

golang: Yaegi is Another Elegant Go Interprete

Yaegi is Another Elegant Go Interpreter. It powers executable Go scripts and plugins, in embedded interpreters or interactive shells, on top of the Go runtime. Features Complete support of Go specification …

golang: Multi Progress Bar

mpb is a Go lib for rendering progress bars in terminal applications. Features Multiple Bars: Multiple progress bars are supported Dynamic Total: Set total while bar is running Dynamic Add/Remove: Dynamically …