mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
8 lines
89 B
Go
8 lines
89 B
Go
|
package commands
|
||
|
|
||
|
type SubmoduleConfig struct {
|
||
|
Name string
|
||
|
Path string
|
||
|
Url string
|
||
|
}
|