jiaxwu's Stars
openai/openai-cookbook
Examples and guides for using the OpenAI API
sqlc-dev/sqlc
Generate type-safe code from SQL
tidwall/tile38
Real-time Geospatial and Geofencing
pkg/errors
Simple error handling primitives
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
mitchellh/mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
google/diff-match-patch
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
google/gopacket
Provides packet processing capabilities for Go
asaskevich/govalidator
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
dvyukov/go-fuzz
Randomized testing for Go
tidwall/buntdb
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
dustin/go-humanize
Go Humans! (formatters for units to human friendly sizes)
Jeffail/tunny
A goroutine pool for Go
go-ozzo/ozzo-validation
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
nutsdb/nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
valyala/quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
vishvananda/netlink
Simple netlink library for go.
looplab/fsm
Finite State Machine for Go
databus23/helm-diff
A helm plugin that shows a diff explaining what a helm upgrade would change
avast/retry-go
Simple golang library for retry mechanism
tidwall/sjson
Set JSON values very quickly in Go
megaease/easeprobe
A simple, standalone, and lightweight tool that can do health/status checking, written in Go.
loov/goda
Go Dependency Analysis toolkit
valyala/bytebufferpool
Anti-memory-waste byte buffer pool
klauspost/pgzip
Go parallel gzip (de)compression
edsrzf/mmap-go
A portable mmap package for Go
mingrammer/commonregex
🍫 A collection of common regular expressions for Go
valyala/fasttemplate
Simple and fast template engine for Go
hhatto/gocloc
A little fast cloc(Count Lines Of Code)
ip2location/ip2location-go
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Go Package. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category that any IP address or hostname originates from.