//
pkg.gl
Category
github.com/Danny5487401/go_advanced_code
chapter09_design_pattern
02_structure
03_FlyweightPattern
package
0.0.0-20240923050528-74966de37765
Repository:
https://github.com/danny5487401/go_advanced_code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
63 SLOC
#
Functions
NewChessFactory
No description provided by the author
#
Constants
BLACK
No description provided by the author
WHITE
No description provided by the author
#
Structs
BlackChess
黑棋.
ChessFactory
享元模式工厂类.
PositionInfo
非享元信息类.
WhiteChess
白棋.
#
Interfaces
Chess
享元接口类.
#
Type aliases
ChessColor
No description provided by the author