mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 12:53:30 +02:00
7 lines
112 B
Go
7 lines
112 B
Go
package z
|
|
|
|
type Project struct {
|
|
Name string `json:"name,omitempty"`
|
|
Color string `json:"color,omitempty"`
|
|
}
|