This website works better with JavaScript
Inicio
Explorar
Rexistro
Iniciar sesión
TopProject
/
GoZeroPlus
réplica de
https://code-git.song-zh.com/SongZihuan/GoZeroPlus.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
2a33b74b35
Ramas
Etiquetas
dependabot/go_modules/go_modules-420e58e47b
master
GoZeroPlus
/
tools
/
goctl
/
api
/
gogen
/
config.tpl
config.tpl
104 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}