lazydocker/pkg/commands/project.go
2022-11-09 21:21:35 +11:00

5 lines
55 B
Go

package commands
type Project struct {
Name string
}