This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
zoie
/
OAuth-core
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Branch:
master
Branches
Tags
master
OAuth-core
/
sdk
/
config
/
gen.go
gen.go
98 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
package config
type Gen struct {
DBName string
FrontPath string
}
var GenConfig = new(Gen)