1
0
Fork 0
forked from forgejo/forgejo

add submodule basic support & buf fixed #478

This commit is contained in:
lunnyxiao 2014-09-22 10:43:16 +08:00
parent 7ba9257a7f
commit 150eef93b2
7 changed files with 115 additions and 9 deletions

6
modules/git/submodule.go Normal file
View file

@ -0,0 +1,6 @@
package git
type SubModule struct {
Name string
Url string
}