package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Structs

Circle 是圖形的葉子節點.
CompositeGraphic 是圖形的組合節點.
Rectangle 是圖形的葉子節點.

# Interfaces

Graphic 定義圖形的接口.