1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00
lazygit/pkg/commands/submodule_config.go
2020-09-29 18:21:59 +10:00

8 lines
89 B
Go

package commands
type SubmoduleConfig struct {
Name string
Path string
Url string
}