Files

6 lines
55 B
Go

package commands
type Project struct {
Name string
}