samuel / go-thrift

A native Thrift package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hex enum values are parsed as 0

brandonbloom opened this issue · comments

enum Something {
  FOO,
  BAR,
  ON_NOES = 0xFACE // fails
}