It looks like there is another way to do enums in go. We can use something called stringer
This looks like it will break a lot of code across snivilised, but I did not know about this before, as I was just learning go. I discovered this as a result of learning how to use go:generate
It looks like there is another way to do enums in go. We can use something called stringer
This looks like it will break a lot of code across snivilised, but I did not know about this before, as I was just learning go. I discovered this as a result of learning how to use go:generate