My Personal List of GOlang favorite packages
🐶 Kubernetes CLI To Manage Your Clusters In Style!.
🔗 (https://github.com/derailed/k9s)[github]
Golang implementation of JSON Web Tokens (JWT).
🔗 (https://github.com/golang-jwt/jwt)[github]
A powerful little TUI framework.
🔗 (https://github.com/charmbracelet/bubbletea)[github]
A local webserver for developers.
🔗 (https://github.com/cortesi/devd)[github]
Tiny WebSocket library for Go.
🔗 (https://github.com/gobwas/ws)[github]
GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent ).
🔗 (https://github.com/parnurzeal/gorequest)[github]
🔗 (http://parnurzeal.github.io/gorequest/)[home]
A cron library for go.
🔗 (https://github.com/robfig/cron)[github]
Simple HTTP and REST client library for Go.
🔗 (https://github.com/go-resty/resty)[github]
LevelDB key/value database in Go.
🔗 (https://github.com/syndtr/goleveldb)[github]
A realtime distributed messaging platform.
🔗 (https://nsq.io/overview/quick_start.html)[nsq]
🔗 (https://pkg.go.dev/github.com/nsqio/go-nsq)[using]
🔗 (https://github.com/nsqio/go-nsq)[github]
Go library that provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.
🔗 (https://github.com/sahilm/fuzzy)[github]
High performance, minimalist Go web framework.
🔗 (https://github.com/labstack/echo)[github]
🔗 (https://echo.labstack.com/)[home]
A simple, semantic and developer-friendly golang package for datetime.
🔗 (https://github.com/golang-module/carbon)[github]
General purpose extensions to golang's database/sql.
🔗 (https://github.com/jmoiron/sqlx)[github]
🔗 (https://jmoiron.github.io/sqlx/)[Illustrated guide to SQLX]
sqlite3 driver for go using database/sql.
🔗 (https://github.com/mattn/go-sqlite3)[github]
A database migration tool. Supports SQL migrations and Go functions.
🔗 (https://github.com/pressly/goose)[github]
A powerful HTTP CLI client written in Go.
🔗 (https://github.com/visola/go-http-cli)[github]
A dead simple 2D game library for Go.
🔗 (https://ebiten.org/)[home]
🔗 (https://github.com/hajimehoshi/ebiten)[github]
- https://www.agiratech.com/go-libraries-packages
- https://github.com/avelino/awesome-go
- https://code.tutsplus.com/tutorials/12-indispensable-go-packages-and-libraries--cms-29008
- https://medium.com/vacatronics/20-go-packages-you-can-use-in-your-next-project-7515426559c0
A database toolkit.
🔗 (https://github.com/ariga/atlas)[github]
🔗 (https://atlasgo.io/)[home]