/mygopacklist

My Personal List of GOlang favorite packages

The UnlicenseUnlicense

mygopacklist

My Personal List of GOlang favorite packages

The list isn't sorted in any particular order.

K9s

🐶 Kubernetes CLI To Manage Your Clusters In Style!.
🔗 (https://github.com/derailed/k9s)[github]

JWT

Golang implementation of JSON Web Tokens (JWT).
🔗 (https://github.com/golang-jwt/jwt)[github]

BubbleTea

A powerful little TUI framework.
🔗 (https://github.com/charmbracelet/bubbletea)[github]

DEVD

A local webserver for developers.
🔗 (https://github.com/cortesi/devd)[github]

WS

Tiny WebSocket library for Go.
🔗 (https://github.com/gobwas/ws)[github]

GoRequest

GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent ).
🔗 (https://github.com/parnurzeal/gorequest)[github] 🔗 (http://parnurzeal.github.io/gorequest/)[home]

Cron

A cron library for go.
🔗 (https://github.com/robfig/cron)[github]

Resty

Simple HTTP and REST client library for Go.
🔗 (https://github.com/go-resty/resty)[github]

LevelDB

LevelDB key/value database in Go.
🔗 (https://github.com/syndtr/goleveldb)[github]

NSQ

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]

Fuzzy

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]

Echo

High performance, minimalist Go web framework.
🔗 (https://github.com/labstack/echo)[github] 🔗 (https://echo.labstack.com/)[home]

Carbon

A simple, semantic and developer-friendly golang package for datetime.
🔗 (https://github.com/golang-module/carbon)[github]

SQLx

General purpose extensions to golang's database/sql.
🔗 (https://github.com/jmoiron/sqlx)[github] 🔗 (https://jmoiron.github.io/sqlx/)[Illustrated guide to SQLX]

SQLite

sqlite3 driver for go using database/sql.
🔗 (https://github.com/mattn/go-sqlite3)[github]

Goose

A database migration tool. Supports SQL migrations and Go functions.
🔗 (https://github.com/pressly/goose)[github]

GO-HTTP-CLI

A powerful HTTP CLI client written in Go.
🔗 (https://github.com/visola/go-http-cli)[github]

Ebiten

A dead simple 2D game library for Go.
🔗 (https://ebiten.org/)[home] 🔗 (https://github.com/hajimehoshi/ebiten)[github]


List of Package Lists


Wishlist - Go Techs I'd like to use

A database toolkit.
🔗 (https://github.com/ariga/atlas)[github] 🔗 (https://atlasgo.io/)[home]