mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
move models folder into commands folder
This commit is contained in:
7
pkg/commands/models/submodule_config.go
Normal file
7
pkg/commands/models/submodule_config.go
Normal file
@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type SubmoduleConfig struct {
|
||||
Name string
|
||||
Path string
|
||||
Url string
|
||||
}
|
Reference in New Issue
Block a user