工厂方法模式使用子类的方式延迟生成对象到子类中实现。
Go中不存在继承 所以使用匿名组合来实现
go 设计模式
设计模式 factorymethod 实现
设计模式 factorymethod_test 实现