jesseduffield / notesLinks
One place for me to put all my programmery notes
☆221Updated 5 years ago
Alternatives and similar repositories for notes
Users that are interested in notes are comparing it to the libraries listed below
Sorting:
- https://the-zen-of-go.netlify.com☆247Updated 5 years ago
- An easy HTTP client for Go. Inspired by the immortal Requests.☆387Updated last week
- Source code analyzer that helps you to make your Go programs more consistent.☆354Updated 2 months ago
- 🍍Jeff provides the simplest way to manage web sessions in Go.☆270Updated 7 months ago
- A CLI to turn Go's benchmark output into pictures☆340Updated 5 years ago
- Using brotli compression to embed static files in Go.☆531Updated 4 years ago
- another list of some useful GoLang resources we should all pass on :)☆112Updated 6 years ago
- Simple SQL extensions for Go☆174Updated 7 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆352Updated last year
- A simple assertion library that you probably shouldn't use.☆132Updated 5 years ago
- 12 factor configuration as a typesafe struct in as little as two function calls☆338Updated 3 years ago
- Real-time visualization tool for Go process metrics☆474Updated 3 years ago
- A Go library for validating structs, maps and slices.☆229Updated 9 months ago
- Go's Tooling Cheat Sheet☆171Updated 5 years ago
- Useful Go String methods☆191Updated 2 years ago
- Gostradamus: Better DateTimes for Go 🕰️☆210Updated 8 months ago
- Dead simple, super fast, zero allocation logger for Golang☆411Updated 6 years ago
- Clean code☆60Updated 5 years ago
- Easily create HTML forms with Go structs.☆398Updated last year
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆459Updated 2 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆367Updated 2 years ago
- Include files in your binary the easy way☆277Updated 4 years ago
- ☆141Updated 5 years ago
- Simple job queues for Go backed by Redis☆274Updated 4 months ago
- A go in-memory table☆230Updated 3 years ago
- An idiomatic Go query builder for ElasticSearch☆316Updated 2 years ago
- go doc with colors☆140Updated 3 years ago
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆205Updated last year
- Cheat Sheet for Go Slice Tricks