package {{.ModuleName}} import ( "git.ipao.vip/rogeecn/atom/utils/opt" ) func Provide(opts ...opt.Option) error { return nil }