bserdar's Stars
golang/go
The Go programming language
gohugoio/hugo
The world’s fastest framework for building websites.
kelseyhightower/kubernetes-the-hard-way
Bootstrap Kubernetes the hard way. No scripts.
facebookresearch/fastText
Library for fast text representation and classification.
iovisor/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
vitessio/vitess
Vitess is a database clustering system for horizontal scaling of MySQL.
go-chi/chi
lightweight, idiomatic and composable router for building Go HTTP services
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
golang/dep
Go dependency management tool experiment (deprecated)
rs/zerolog
Zero Allocation JSON Logger
sjwhitworth/golearn
Machine Learning for Go
robertkrimen/otto
A JavaScript interpreter in Go (golang)
teivah/100-go-mistakes
📖 100 Go Mistakes and How to Avoid Them
PixarAnimationStudios/OpenUSD
Universal Scene Description
rogchap/v8go
Execute JavaScript from Go
Trusted-AI/AIF360
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
araddon/dateparse
GoLang Parse many date strings without knowing format in advance.
Code-dot-mil/code.mil
An experiment in open source at the Department of Defense.
jvm-profiling-tools/honest-profiler
A sampling JVM profiler without the safepoint sample bias
santhosh-tekuri/jsonschema
JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation using Go
antchfx/xpath
XPath package for Golang, supports HTML, XML, JSON document query.
friendsofgo/killgrave
Simple way to generate mock servers written in Go
go-git/go-billy
The missing interface filesystem abstraction for Go
piprate/json-gold
A JSON-LD processor for Go
robaho/keydb
high performance key value database written in Go. Deprecated. Use robaho/leveldb
hnakamur/go-scp
[Unmaintained] A scp client library written in Go
KantaraInitiative/consent-receipt-v-next
Collection point for feature requests for Consent Receipt spec family
NdoleStudio/lfu-cache
Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations
glycerine/vprint
debug Go faster with this simple print library. prints show timestamp and file location