1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +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
}