10 lines
109 B
Go
Executable File
10 lines
109 B
Go
Executable File
package services
|
|
|
|
import (
|
|
"go.ipao.vip/atom/opt"
|
|
)
|
|
|
|
func Provide(opts ...opt.Option) error {
|
|
return nil
|
|
}
|