dav009 / flashLinks
Golang Keyword extraction/replacement Datastructure using Tries instead of regexes
☆89Updated 7 years ago
Alternatives and similar repositories for flash
Users that are interested in flash are comparing it to the libraries listed below
Sorting:
- Collections generator for Golang☆82Updated 7 years ago
- A non-standard HTTP cache implemented as Go middleware☆155Updated 5 years ago
- Compile text/template / html/template to regular go code☆119Updated 8 years ago
- 💧 In memory dataset filtering☆49Updated 4 years ago
- Time span handling for Go☆180Updated 6 years ago
- Minimal SMTP client in Go. Handles MX lookup, mail server connection on common ports.☆102Updated 7 years ago
- Retryable errors in Golang☆120Updated 6 years ago
- A Golang lib to generate placeholder images with text☆79Updated 4 years ago
- github.com/cznic/memory has moved to modernc.org/memory☆105Updated 7 years ago
- Extensible arithmetic parsing lib for go☆67Updated 6 years ago
- Static content embedding for Golang☆92Updated 7 years ago
- Higher-level reflect-based capabilities for inspecting objects and structs☆70Updated 7 years ago
- ST - Struct Tagger - Tags your structs so you don't have to, saving you development time and encoding/decoding sanity.☆85Updated 8 years ago
- A neat codegen-based database wrapper written in Go☆73Updated 4 years ago
- Stream video files over HTTP☆144Updated 9 years ago
- Profiler injection and analysis tool☆123Updated 8 years ago
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…