6 lines
69 B
Go
6 lines
69 B
Go
|
package global
|
||
|
|
||
|
import "skapp/pkg/config"
|
||
|
|
||
|
var Config *config.Config
|