mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
add submodule basic support & buf fixed #478
This commit is contained in:
6
modules/git/submodule.go
Normal file
6
modules/git/submodule.go
Normal file
@ -0,0 +1,6 @@
|
||||
package git
|
||||
|
||||
type SubModule struct {
|
||||
Name string
|
||||
Url string
|
||||
}
|
Reference in New Issue
Block a user