10 lines
131 B
Smarty
Executable File
10 lines
131 B
Smarty
Executable File
package {{.ModuleName}}
|
|
|
|
import (
|
|
"git.ipao.vip/rogeecn/atom/utils/opt"
|
|
)
|
|
|
|
func Provide(opts ...opt.Option) error {
|
|
return nil
|
|
}
|