7 lines
97 B
Go
7 lines
97 B
Go
package label
|
|
|
|
type label struct {
|
|
Name string
|
|
Color string
|
|
Description string
|
|
}
|