jbenet / go-is-domain
Checks whether a string is a domain
☆17Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for go-is-domain
- ☆78Updated last month
- a library to curb OOMs by running Go GC according to a user-defined policy.☆80Updated last year
- Golang .ico encoder & decoder☆42Updated 6 years ago
- Go simple async worker pool☆92Updated 3 years ago
- Generate protobuf messages from go structs☆78Updated 3 months ago
- Cross platform locale detection for Golang☆107Updated 2 weeks ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆70Updated 6 years ago
- goprocess - like Context, but with good close semantics.☆72Updated 4 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- ☆28Updated this week
- XssMw is an middleware designed to "auto remove XSS" from user submitted input, it’s written in Go and targets the Gin web framework.☆33Updated 4 years ago
- Simple POP3 Client in Go Language☆58Updated last year
- A go package to create HTTP ETags☆31Updated 7 months ago
- Nginx configuration style parser with golang☆40Updated 2 years ago
- add system monitor (cpu/load/memory/disk/bandwidth) to go-metrics☆9Updated last year
- An in-process simple publish/subscribe library for golang☆106Updated 4 years ago
- Building blocks for fast rpc systems☆83Updated 7 years ago
- flexible data type for Go☆48Updated 3 years ago
- A thread safe map which has expiring key-value pairs.☆72Updated 6 months ago
- Get whois info using root servers.☆38Updated 3 years ago
- A simple goroutine pool which can create and release goroutine dynamically, inspired by fasthttp.