mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
5 lines
55 B
Go
5 lines
55 B
Go
package commands
|
|
|
|
type Project struct {
|
|
Name string
|
|
}
|