go-thrift
go-thrift copied to clipboard
Hex enum values are parsed as 0
enum Something {
FOO,
BAR,
ON_NOES = 0xFACE // fails
}
still same issue