//
pkg.gl
Category
github.com/blackhorseya/golang-101
design-patterns
structural
flyweight
package
0.0.0-20241212013832-3e83a38c33ff
Repository:
https://github.com/blackhorseya/golang-101.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
60 SLOC
#
Functions
NewCardFactory
No description provided by the author
NewGame
No description provided by the author
#
Structs
Card
Card 表示一張撲克牌.
CardFactory
CardFactory 管理卡牌對象的享元工廠.
Game
No description provided by the author