mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 23:30:00 +01:00
7 lines
65 B
Go
7 lines
65 B
Go
package git
|
|
|
|
type SubModule struct {
|
|
Name string
|
|
Url string
|
|
}
|