Use byte type for enums

This commit is contained in:
2015-02-18 16:01:18 +07:00
parent 4917b570b0
commit 9e8610ba3b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type (
}
// Type of expectation: object or array
expectationType int
expectationType byte
)
const (