submodule.go 65 B

123456
  1. package git
  2. type SubModule struct {
  3. Name string
  4. Url string
  5. }