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