Files
quyun-v2/backend/app/http/web/provider.gen.go
2025-12-27 19:49:11 +08:00

10 lines
104 B
Go
Executable File

package web
import (
"go.ipao.vip/atom/opt"
)
func Provide(opts ...opt.Option) error {
return nil
}