We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a2f1e commit 4c03513Copy full SHA for 4c03513
05_abstract_factory/abstractfactory.go
@@ -61,7 +61,7 @@ func (*XMLDetailDAO) SaveOrderDetail() {
61
fmt.Print("xml detail save")
62
}
63
64
-//XMLDAOFactory 是RDB 抽象工厂实现
+//XMLDAOFactory 是XML 抽象工厂实现
65
type XMLDAOFactory struct{}
66
67
func (*XMLDAOFactory) CreateOrderMainDAO() OrderMainDAO {
0 commit comments