8 lines
93 B
Go
8 lines
93 B
Go
package config
|
|
|
|
import "go.uber.org/fx"
|
|
|
|
var Module = fx.Options(
|
|
fx.Provide(LoadConfig),
|
|
)
|