2022-11-09 21:21:35 +11:00

6 lines
55 B
Go

package commands
type Project struct {
Name string
}