mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 22:17:05 +02:00
8 lines
87 B
Go
8 lines
87 B
Go
package models
|
|
|
|
type SubmoduleConfig struct {
|
|
Name string
|
|
Path string
|
|
Url string
|
|
}
|