mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 01:37:25 +08: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