feat: add new module cmd
This commit is contained in:
9
templates/module/provider.gen.go.tpl
Executable file
9
templates/module/provider.gen.go.tpl
Executable file
@@ -0,0 +1,9 @@
|
||||
package {{.ModuleName}}
|
||||
|
||||
import (
|
||||
"git.ipao.vip/rogeecn/atom/utils/opt"
|
||||
)
|
||||
|
||||
func Provide(opts ...opt.Option) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user