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