Skip to content

Commit f9cd878

Browse files
committed
fix generator
1 parent 04fbf4d commit f9cd878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmds/module/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ func unregister(container *dic.Container, util *color.Color, module string) {
106106
os.Remove(fmt.Sprintf("%s/protos/builds/%s.pb.go", workDir, word.Underscore(module)))
107107
os.Remove(fmt.Sprintf("%s/protos/builds/%s.pb.gw.go", workDir, word.Underscore(module)))
108108
os.Remove(fmt.Sprintf("%s/dics/modules/%s.go", workDir, word.Underscore(module)))
109+
110+
util.Println("Module berhasil dihapus")
109111
}
110112

111113
func register(container *dic.Container, util *color.Color) {

0 commit comments

Comments
 (0)