This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Chris
/
gogs
fork de
jerryliao/gogs
Observar
1
Favorito
0
Fork
0
Arquivos
Tree:
196efecaaa
Branches
Tags
jerryliao
gogs
/
modules
/
git
/
submodule.go
submodule.go
65 B
Histórico
Raw
1
2
3
4
5
6
package git
type SubModule struct {
Name string
Url string
}