0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-05 23:48:59 +02:00
gitea/modules/git/submodule.go
2014-09-22 10:43:16 +08:00

6 lines
65 B
Go

package git
type SubModule struct {
Name string
Url string
}