Skip to content

Commit 0b71ff2

Browse files
author
陈辉
committed
mysql
1 parent b0c632d commit 0b71ff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/product-catalog/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ type productCatalog struct {
178178
}
179179

180180
func loadProductCatalog() {
181+
pb.Mysql()
182+
pb.ToApp01()
181183
log.Info("Loading Product Catalog...")
182184
var err error
183185
catalog, err = readProductFiles()

0 commit comments

Comments
 (0)