commit | 7c3eac3ee28facfea3593b4a78488d73eb6a7f4d | [log] [tgz] |
---|---|---|
author | Mahendran Kathirvel <astromahi@gmail.com> | Fri Apr 29 16:30:24 2016 +0530 |
committer | Jens Geyer <jensg@apache.org> | Fri Apr 29 23:29:24 2016 +0200 |
tree | 559ee5cb5520079340f9552a5c43275a06c93b45 | |
parent | f5972c9682744014c9d825c3ccd9200e44449c6e [diff] |
THRIFT-3808 Missing `DOUBLE` in thrift type enumeration Client: Go Patch: Mahendran Kathirvel <astromahi@gmail.com> This closes #1001
diff --git a/lib/go/thrift/type.go b/lib/go/thrift/type.go index 7c68c2b..867cd8d 100644 --- a/lib/go/thrift/type.go +++ b/lib/go/thrift/type.go
@@ -48,6 +48,7 @@ VOID: "VOID", BOOL: "BOOL", BYTE: "BYTE", + DOUBLE: "DOUBLE", I16: "I16", I32: "I32", I64: "I64",