GoGstickGo's Stars
lightningnetwork/lnd
Lightning Network Daemon ⚡️
lightning/bolts
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
teilomillet/hapax
The reliability layer between your code and LLM providers.
sashabaranov/go-openai
OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
k8sgpt-ai/k8sgpt
Giving Kubernetes Superpowers to everyone
InfraBuilder/k8s-bench-suite
Simple scripts to benchmark kubernetes cluster features
cespare/xxhash
A Go implementation of the 64-bit xxHash algorithm (XXH64)
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
AykutSarac/jsoncrack.com
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.
joncalhoun/algorithmswithgo.com
Code for the Algorithms with Go course
teivah/100-go-mistakes
📖 100 Go Mistakes and How to Avoid Them
luk4z7/go-concurrency-guide
Practical concurrency guide in Go, communication by channels, patterns
cloud-carbon-footprint/cloud-carbon-footprint
Cloud Carbon Footprint is a tool to estimate energy use (kilowatt-hours) and carbon emissions (metric tons CO2e) from public cloud usage
kube-green/kube-green
A K8s operator to reduce CO2 footprint of your clusters
gitleaks/gitleaks
Find secrets with Gitleaks 🔑
vmware-archive/octant
Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
lyft/clutch
Extensible platform for infrastructure management
ent/ent
An entity framework for Go
avinassh/grpc-errors
A handy guide to gRPC errors
vultr/vultr-csi
Container Storage Interface (CSI) Driver for Vultr Block Storage
vultr/govultr
Vultr Go API client
containers/podman
Podman: A tool for managing OCI containers and pods.
throttled/throttled
Package throttled implements rate limiting access to resources such as HTTP endpoints.
rs/cors
Go net/http configurable handler to handle CORS requests
sbani/go-humanizer
Go library to humanize your input
didip/tollbooth
Simple middleware to rate-limit HTTP requests.
tsenart/vegeta
HTTP load testing tool and library. It's over 9000!
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
julienschmidt/httprouter
A high performance HTTP request router that scales well