forked from forgejo/forgejo
add submodule basic support & buf fixed #478
This commit is contained in:
parent
7ba9257a7f
commit
150eef93b2
7 changed files with 115 additions and 9 deletions
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue