1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 04:11:19 +02:00
gitea/modules/git/submodule.go

7 lines
65 B
Go
Raw Normal View History

package git
type SubModule struct {
Name string
Url string
}