willowtreeapps / acornLinks
Provides helper functionality for writing code generators (specifically for Go, in Go)
☆4Updated 9 years ago
Alternatives and similar repositories for acorn
Users that are interested in acorn are comparing it to the libraries listed below
Sorting:
- Wrap sqlx in even more convenience☆37Updated 9 years ago
- Simple JSON Feed implementation in go☆19Updated 6 years ago
- Handle your static assets with care☆18Updated 9 years ago
- Context-aware middleware chains for Golang net/http☆26Updated 7 years ago
- Json Streams Modeling in Go☆24Updated 6 years ago
- Clean OS Signal handling.☆38Updated 6 years ago
- A library for abstracting away from the literal Go time library, for testing and time control.☆58Updated 2 years ago
- show Go package dependencies☆52Updated 6 years ago
- Golang fixed versions tool for your private and public dependencies☆23Updated 8 years ago
- A simple library that diffs things☆15Updated 5 years ago
- The Go library for working with delimited separated value (DSV).☆28Updated 6 years ago
- inspect is a small Go package that makes it easy to inspect information about Go source code.☆18Updated 8 years ago
- Standard CA roots embedded in a Go package.☆23Updated 8 years ago
- generate client libraries for your rpc servers☆18Updated 10 years ago
- Go panic logger☆26Updated 6 years ago
- An API optimized for processing timeseries data.☆35Updated 3 years ago
- golang simple, thread-safe invocation tracker☆27Updated 8 years ago
- Intelligent template helpers for go☆14Updated 9 years ago
- a thin layer over Go's database/sql☆27Updated last year
- HTTP retry library with exponential backoff support and intelligent handling of http status codes and networking exceptions☆16Updated 10 months ago
- Fit Toolkit☆19Updated 8 years ago
- Runlevel 1, you stay unix socket. Runlevel 3, you listen tcp! Kicks old process on boot. Shuts down when kicked by new process. Could con…☆23Updated 4 years ago
- Golang augmented net.Dialer with connection pooling, cached DNS record IP's with round-robin & random access☆42Updated 6 years ago
- Tool to create apis using json schema for validation and sql for data manipulation☆11Updated 8 years ago
- ctx = Cons(ctx1, ctx2)☆22Updated 8 years ago
- An HTTP multiplexer / middleware router for Go