back to home
senghoo / golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
9,026 stars
2,100 forks
4 issues
Go
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing senghoo/golang-design-pattern in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewGo 语言设计模式
Go 语言设计模式的实例代码
创建型模式
- 简单工厂模式(Simple Factory)
- 工厂方法模式(Factory Method)
- 抽象工厂模式(Abstract Factory)
- 创建者模式(Builder)
- 原型模式(Prototype)
- 单例模式(Singleton)