package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev
# Structs
CircleAdapter 是適配器,將 LegacyCircle 的接口轉換為 Shape 接口.
LegacyCircle 是舊版的圓形類,具有不兼容的新方法.
# Interfaces
Shape 定義形狀的接口.