ajiybanesij's Stars
golang-standards/project-layout
Standard Go Project Layout
tmrts/go-patterns
Curated list of Go design patterns, recipes and idioms
PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
Alikhll/golang-developer-roadmap
Roadmap to becoming a Go developer in 2020
InterviewReady/system-design-resources
These are the best resources for System Design on the Internet
gogf/gf
A powerful framework for faster, easier, and more efficient project development.
google/go-cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
evrone/go-clean-template
Clean Architecture template for Golang services
G33kzD3n/Catalogue
golang-module/carbon
A simple, semantic and developer-friendly golang package for time
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
fatih/structs
Utilities for Go structs
Jeffail/gabs
For parsing, creating and editing unknown or dynamic JSON in Go
arl/statsviz
🚀 Visualise your Go program runtime metrics in real time in the browser
awslabs/aws-support-tools
Tools and sample code provided by AWS Premium Support.
jeffrey-xiao/papers
diptomondal007/GoLangBooks
A Curated Collection of Go Programming Books
create-go-app/fiber-go-template
📝 Production-ready backend template with Fiber Go Web Framework for Create Go App CLI.
pilinux/gorest
Go RESTful API starter kit with Gin, JWT, GORM (MySQL, PostgreSQL, SQLite), Redis, Mongo, 2FA, email verification, password recovery
cagataycali/HSTP
New Internet
G33kzD3n/every-programmer-should-know
A collection of (mostly) technical things every software developer should know
SomajitDey/ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
dedidot/gorm-gin
Simple api with gin and gorm
ez4o/go-try
A package that allows you to use try/catch block in Go.
AkhilSharma90/Golang-Serverless-Project
API Gateway + DynamoDB + Lambda
nurcinozer/100-days-of-Web3
100 days of Web3 challenge is a step-by-step guide to learn Web3 in 100 days.
Mr-Malomz/fiber-mongo-api
muhlemmer/gu
Package gu provides Generic Utilities for the Go programming language. These utilities are low in complexity, but I use them frequently in multiple projects. This package depends on type parameter support, available in Go 1.18 and later.
javieraviles/serverless-AWS
Example REST API using the serverless stack from AWS: - Lambda - DynamoDB - SAM - API Gateway
shenburak/number_prediction_game
Basically a set of programs that try to generate random numbers and guess numbers that each other generates, queue the numbers with RabbitMQ and add items to their score queues on correct guesses.