1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00
lazygit/pkg/commands/models/submodule_config.go
2020-09-29 20:48:49 +10:00

8 lines
87 B
Go

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