1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00: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
}