go-simple
github.com/gitart/go-simple ↗These are simple examples for useful daily use in your projects.
27
GitHub Stars
299
Curated Resources
20
Categories
20 hours ago
Last Refreshed
English🍬 Samples for learning🥧 Browse Series: 52 articles🚩 Useful libraryREADMEAll-in-oneCode FormattingCode generation, Templating and GenericsRefactoringError DetectionNavigationVisualization💎 Course videosSetup local developmentDeploy to kubernetes cluster⚒ AdvancedGolang Basic TutorialGolang Advanced TutorialAll Design Patterns in GolangData Structures in Golang
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me ⚙ table of contents resources from go-simple"
Installation instructions →What's inside
🥧 Browse Series: 52 articles
⚒ Advanced
- About⚙ Table of Contents
- All Design Patterns in Golang⚙ Table of Contents
- Basics⚙ Table of Contents
- Behavioural Design Patterns⚙ Table of Contents
- Concurrency⚙ Table of Contents
- Creational Design Patterns⚙ Table of Contents
Golang Basic Tutorial
- About GolangAbout
- All basic data typesBasics
- ArrayMore Types
- ChannelConcurrency
- ConstantsBasics
- Defer keywordLoops/Iterations/Flow Control
All Design Patterns in Golang
- Abstract FactoryCreational Design Patterns
- AdapterStructural Design Patterns
- BridgeStructural Design Patterns
- BuilderCreational Design Patterns
- Chain of ResponsiblityBehavioural Design Patterns
- CommandBehavioural Design Patterns
💎 Course videos
- A clean way to implement database transaction in GolangSection 1: Working with database [Postgres]
- Add authorization to protect gRPC APISection 4: Advanced Backend Topics [gRPC]
- Add users table with unique & foreign key constraints in PostgreSQLSection 2: Building RESTful HTTP JSON API [Gin]
- Auto build & push docker image to AWS ECR with Github ActionsSection 3: Deploying the application to production [Kubernetes + AWS]
- Automatic deploy to Kubernetes with Github ActionSection 3: Deploying the application to production [Kubernetes + AWS]
- Automatic generate & serve Swagger docs from Go serverSection 4: Advanced Backend Topics [gRPC]
Code Formatting
- airTools
Live reload for Go apps
- Formatting Go Code with gofmtArticles
- gofumptTools
A stricter gofmt.
- goimportsTools
Format code and fix your import statements.
- golintTools
Detects style mistakes in Go code.
Error Detection
- AlignCheck, StructCheck, VarCheckTools
A suite of tools for checking your code.
- errcheckTools
Ensure you check your error conditions.
- Go Inspection ToolsArticles
An overview of tools for Go code inspection.
- go vetTools
Read this first on how to use the
Showing a sample of 299 resources. View the full list on GitHub →