mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-19 15:40:50 +00:00
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