mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.18k stars 1.26k forks source link

Missing enum type on const definition #552

Closed StarNuik closed 1 week ago

StarNuik commented 1 week ago

In the current enum example, the const definitions are not of type "ServerState".

image

eliben commented 1 week ago

Thanks - seems like a good thing to fix