1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 17:15:49 +00:00
gitea/modules/git/submodule.go

7 lines
65 B
Go
Raw Normal View History

package git
type SubModule struct {
Name string
Url string
}