tucnak / broccoliLinks
Using brotli compression to embed static files in Go.
☆532Updated 4 years ago
Alternatives and similar repositories for broccoli
Users that are interested in broccoli are comparing it to the libraries listed below
Sorting:
- Include files in your binary the easy way☆277Updated 4 years ago
- An easy HTTP client for Go. Inspired by the immortal Requests.☆385Updated last week
- Shotizam analyzes the size of Go binaries☆614Updated last year
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆459Updated 2 years ago
- 12 factor configuration as a typesafe struct in as little as two function calls☆340Updated 3 years ago
- io.Reader and io.Writer with progress and remaining time estimation☆411Updated 5 years ago
- 🍍Jeff provides the simplest way to manage web sessions in Go.☆270Updated 9 months ago
- Better time duration formatting in Go!☆509Updated 4 years ago
- A tiny library for super simple Golang tables☆365Updated 4 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆365Updated 2 years ago
- Quick helpers for testing Go applications☆529Updated last year
- Minimal metrics for Go (counter/gauge/histogram). No dependencies. Compatible with expvar. Web UI included.☆364Updated 5 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆351Updated last year
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆663Updated 2 years ago
- A CLI to turn Go's benchmark output into pictures☆339Updated 6 years ago
- Dead simple, super fast, zero allocation logger for Golang☆412Updated 6 years ago
- A Go library for validating structs, maps and slices.☆230Updated last year
- Source code analyzer that helps you to make your Go programs more consistent.☆357Updated 5 months ago
- A general-purpose bot library inspired by Hubot but written in Go.☆478Updated last year
- Terminal string styling for go done right, with full and painless Windows 10 support.☆342Updated 3 years ago
- A simple tool for embedding assets in a Go binary.☆298Updated 7 years ago
- dque is a fast, embedded, durable queue for Go☆794Updated last year
- Load configuration in cascade from multiple backends into a struct☆509Updated last month
- Pprof made easy at development time for Go☆758Updated 5 years ago
- A Geiger counter for allocations☆276Updated 5 years ago
- a better customizable tool to embed files in go; also update embedded files remotely without restarting the server☆634Updated 2 years ago
- Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no e…