package
0.0.0-20200223121827-10ffd4c65076
Repository: https://github.com/aquayi/go-notes.git
Documentation: pkg.go.dev

# README

适配器模式(Adapter)

由于Golang没有继承,所以,只能实现委托方式。