sprig
https://github.com/Masterminds/sprig
The Go language comes with a built-in template language, but not very many template functions. Sprig is a library that provides more than 100 commonly used template functions.
It is inspired by the template functions found in Twig and in various JavaScript libraries, such as underscore.js.
https://github.com/Masterminds/sprig
1
go-astiav
https://github.com/asticode/go-astiav
astiav is a Golang library providing C bindings for ffmpeg
https://github.com/asticode/go-astiav
1
enmime
https://github.com/jhillyerd/enmime
nmime is a MIME encoding and decoding library for Go, focused on generating and parsing MIME encoded emails.
https://github.com/jhillyerd/enmime
1
vhs
https://github.com/charmbracelet/vhs
Write terminal GIFs as code for integration testing and demoing your CLI tools.
https://github.com/charmbracelet/vhs
1
goose
https://github.com/pressly/goose
Goose is a database migration tool. Both a CLI and a library.
Manage your database schema by creating incremental SQL changes or Go functions.
https://github.com/pressly/goose
1
jd
https://github.com/josephburnett/jd
jd is a commandline utility and Go library for diffing and patching JSON and YAML values.
https://github.com/josephburnett/jd
1
htmgo
https://github.com/maddalax/htmgo
htmgo is a lightweight pure go way to build interactive websites / web applications using go & htmx.
https://github.com/maddalax/htmgo
1
dice
https://github.com/dicedb/dice
DiceDB is an in-memory, real-time, and reactive database with Redis and SQL support optimized for modern hardware and building real-time applications.
https://github.com/dicedb/dice
1
wakapi
https://github.com/muety/wakapi
A minimalist, self-hosted WakaTime-compatible backend for coding statistics.
https://github.com/muety/wakapi
1
prep
https://github.com/pijng/prep
prep is a small Go tool that enables compile-time function evaluation. By using prep.Comptime, you can evaluate functions at build time, replacing them with their computed results. Just like comptime from Zig. Except it's not.
https://github.com/pijng/prep
1
Some Go web dev notes
https://jvns.ca/blog/2024/09/27/some-go-web-dev-notes
I spent a lot of time in the past couple of weeks working on a website in Go that may or may not ever see the light of day, but I learned a couple of things along the way I wanted to write down.
https://jvns.ca/blog/2024/09/27/some-go-web-dev-notes
1
A Guide to the Go Garbage Collector
https://tip.golang.org/doc/gc-guide
This guide is intended to aid advanced Go users in better understanding their application costs by providing insights into the Go garbage collector. It also provides guidance on how Go users may use these insights to improve their applications' resource utilization. It does not assume any knowledge of garbage collection, but does assume familiarity with the Go programming language.
https://tip.golang.org/doc/gc-guide
1
Joining errors in Go
https://tpaschalis.me/golang-multierr
I recently realized that the stdlib errors package in Go supports joining multiple errors in addition to the more common %w wrapping.
https://tpaschalis.me/golang-multierr
1
Writing raw SQL easier with pgx and sqlc in Go
https://remvn.dev/posts/writing-raw-sql-easier-with-pgx-and-sqlc-in-go
https://remvn.dev/posts/writing-raw-sql-easier-with-pgx-and-sqlc-in-go
1
1
Using a separate Go module for your tools.go
https://www.jvt.iss.one/posts/2024/09/30/go-tools-module
https://www.jvt.iss.one/posts/2024/09/30/go-tools-module
1
Interfaces in Go
https://www.bytesizego.com/blog/golang-interfaces
Interfaces are one of the most powerful features in Go, but they can be confusing at first given their implicit nature.
https://www.bytesizego.com/blog/golang-interfaces
1
modview
https://github.com/bayraktugrul/modview
Transform your Go project's dependency graph into a dynamic, interactive visualization with modview. This powerful tool takes the complexity out of your module graph, offering a clear and explorable view of your project's dependencies.
https://github.com/bayraktugrul/modview
1
gqlgen
https://github.com/99designs/gqlgen
gqlgen is a Go library for building GraphQL servers without any fuss.
https://github.com/99designs/gqlgen
1
gowitness
https://github.com/sensepost/gowitness
gowitness is a website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line, with a handy report viewer to process results. Both Linux and macOS is supported, with Windows support mostly working.
https://github.com/sensepost/gowitness
1