package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Structs
Light 是接收者,執行具體操作.
LightOffCommand 是具體命令,關閉燈.
LightOnCommand 是具體命令,打開燈.
RemoteControl 是調用者,調用命令.
# Interfaces
Command 定義了命令接口.