mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
8 lines
89 B
Go
8 lines
89 B
Go
package commands
|
|
|
|
type SubmoduleConfig struct {
|
|
Name string
|
|
Path string
|
|
Url string
|
|
}
|