Pinned Repositories
book-exercise-solutions
Solutions to the book exercises
cobra
A Commander for modern Go CLI interactions
code
Code and other resources for "Practical Go" - the book by @amitsaha
form-url-encoded-demo
go-database-sql-tutorial
A tutorial for Go's database/sql package
go-ffmpeg-demo
go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
go-sqlite-demo
A demo project to demo SQLite + Go
practical-go-book.gihub.io
Source for practicalgo.echorand.me
website
Practical Go - a book by @amitsaha's Repositories
practicalgo/code
Code and other resources for "Practical Go" - the book by @amitsaha
practicalgo/book-exercise-solutions
Solutions to the book exercises
practicalgo/go-sqlite-demo
A demo project to demo SQLite + Go
practicalgo/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
practicalgo/website
practicalgo/cobra
A Commander for modern Go CLI interactions
practicalgo/config
Configuration for Go applications
practicalgo/form-url-encoded-demo
practicalgo/go-database-sql-tutorial
A tutorial for Go's database/sql package
practicalgo/go-fault
Fault injection library in Go using standard http middleware
practicalgo/go-ffmpeg-demo
practicalgo/go-safeweb
Secure-by-default HTTP servers in Go.
practicalgo/go-version
A Go (golang) library for parsing and verifying versions and version constraints.
practicalgo/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
practicalgo/grpctl
Easily make your own grpc cli or use gRPC reflection with ease
practicalgo/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
practicalgo/practical-go-book.gihub.io
Source for practicalgo.echorand.me
practicalgo/afero
A FileSystem Abstraction System for Go
practicalgo/chi
lightweight, idiomatic and composable router for building Go HTTP services
practicalgo/go-cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
practicalgo/goph
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀
practicalgo/grpc-health-probe
A command-line tool to perform health-checks for gRPC applications in Kubernetes etc.
practicalgo/grpcbin
httpbin like for gRPC
practicalgo/hey
HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom
practicalgo/httperroryzer
Static analyzer to catch invalid uses of http.Error without a return statement which can cause expected bugs
practicalgo/logfmt
Package logfmt marshals and unmarshals logfmt messages.
practicalgo/mux
A powerful HTTP router and URL matcher for building Go web servers with 🦍
practicalgo/subscribe
Go Event Subscription Library
practicalgo/testcontainers-go
Testcontainers is a Golang library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
practicalgo/work
Process background jobs in Go