1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00
Files
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
}