mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 06:43:23 +08:00
10 lines
94 B
Go
10 lines
94 B
Go
package config
|
|
|
|
import (
|
|
"github.com/google/wire"
|
|
)
|
|
|
|
var ProviderSet = wire.NewSet(
|
|
Init,
|
|
)
|