0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 01:04:28 +01:00
gitea/modules/git/submodule.go

7 lines
65 B
Go
Raw Normal View History

package git
type SubModule struct {
Name string
Url string
}