mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 01:51:47 +00:00
Go - Use Go bool type for bool fields (#4962)
* Use Go bool type for bool fields, and store non-default bool field to test data
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
testarrayofbools:[
|
||||
true, false, true
|
||||
],
|
||||
testbool: true,
|
||||
testhashs32_fnv1: "This string is being hashed!",
|
||||
testhashu32_fnv1: "This string is being hashed!",
|
||||
testhashs64_fnv1: "This string is being hashed!",
|
||||
|
||||
Reference in New Issue
Block a user