0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-17 15:54:57 +02:00
gitea/modules/git/submodule.go
2014-09-22 10:43:16 +08:00

7 lines
65 B
Go

package git
type SubModule struct {
Name string
Url string
}