mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-19 13:23:30 +02:00
10 lines
140 B
Go
10 lines
140 B
Go
package z
|
|
|
|
import (
|
|
)
|
|
|
|
type Project struct {
|
|
Name string `json:"name,omitempty"`
|
|
Color string `json:"color,omitempty"`
|
|
}
|