Use byte type for enums
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ type (
|
||||
}
|
||||
|
||||
// Type of expectation: object or array
|
||||
expectationType int
|
||||
expectationType byte
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user