ValievIsmail's Stars
amitshekhariitbhu/go-backend-clean-architecture
A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
swaggo/swag
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
docker/awesome-compose
Awesome Docker Compose samples
ondrajz/go-callvis
Visualize call graph of a Go program using Graphviz
driftprogramming/pgxpoolmock
pgx postgresql pool
teivah/100-go-mistakes
📖 100 Go Mistakes and How to Avoid Them
Alexitdv/go-cqrs-boilerplate
evrone/go-clean-template
Clean Architecture template for Golang services
theartofdevel/golang-clean-architecture
Пример упрощенного применения Чистой Архитектуры Роберта Мартина
spf13/cobra
A Commander for modern Go CLI interactions
luk4z7/go-concurrency-guide
Practical concurrency guide in Go, communication by channels, patterns
nathants/go-hasdefer
a go linter to check goroutines for defer
jackc/pgx
PostgreSQL driver and toolkit for Go
sniptt-official/ots
🔐 Share end-to-end encrypted secrets with others via a one-time URL
golang/go
The Go programming language
square/certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
gomodule/redigo
Go client for Redis
redis/go-redis
Redis Go client
AlexanderGrom/go-patterns
Design patterns in Golang
gojek/heimdall
An enhanced HTTP client for Go
swellaby/captain-githook
git hook utility for Go codebases
gocardless/amqpc
AMQP CLI tool
go-resty/resty
Simple HTTP and REST client library for Go
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
google/exposure-notifications-server
Exposure Notification Reference Server | Covid-19 Exposure Notifications
google/uuid
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
Masterminds/squirrel
Fluent SQL generation for golang
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
google/pprof
pprof is a tool for visualization and analysis of profiling data
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving