Karolina Petrova
Results
1
issues of
Karolina Petrova
Hi, I am defining my enum the following way: ``` // ENUM(val1, val2, val3). type BankAccountType uint8 ``` I use [go-enum](https://github.com/abice/go-enum) to generate the boilerplate code e.g. ``` const (...