package
Version:
v0.0.0-...-683f586
Opens a new window with list of versions in this module.
Published: Jul 10, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Config = struct {
DB struct {
Name string `env:"DBName" default:"pubgo"`
Host string `env:"DBHost" default:"localhost"`
Port string `env:"DBPort" default:"3306"`
User string `env:"DBUser"`
Pass string `env:"DBPassword"`
}
PUBG struct {
API string `env:"PUBG_API"`
}
}{}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.