Lists (8)
Sort Name ascending (A-Z)
Starred repositories
A curated list of awesome Go frameworks, libraries and software
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for …
A tool for exploring each layer in a docker image
Go implementation of the Ethereum protocol
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
Analyzes resource usage and performance characteristics of running containers.
Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS / MPEG-TS / RTP media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Directory/File, DNS and VHost busting tool written in Go
Example programs from "The Go Programming Language"
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
Utility to simplify running applications in docker containers
kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Ku…
Go (golang) package with 90 configurable terminal spinner/progress indicators.
Examples for my talk on structuring go apps
WTF Dial is an example web application written in Go.
Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
A demo repository that explains an approach to DDD in Go