otter

otter: High performance in-memory cache. Features  This library has lots of features such as: 🚀 Performance

go-homedir

go-homedir This is a Go library for detecting the user’s home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, …

plow

Plow is an HTTP(S) benchmarking tool, written in Golang. It uses excellent fasthttp instead of Go’s default net/http due to its lightning fast performance. Plow runs at a specified connections(option -c) concurrently and real-time records …

bombardier

bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttpinstead of Go’s default http library, because of its lightning fast performance.

templ

templ – build HTML with Go Create components that render fragments of HTML and compose them to create screens, pages, documents, or apps.

goimports-reviser

goimports-reviser: Tool for Golang to sort goimports by 3-4 groups(with own linter): std, general, company(which is optional) and project dependencies. Also, formatting for your code will be prepared(so, you don’t need …

gofumpt

gofumpt: Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with. The tool is a fork of gofmt as of Go …

golines

Golines is a golang formatter that shortens long lines, in addition to all of the formatting fixes done by gofmt.

flameshow

Flameshow is a terminal Flamegraph viewer. Features