mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 01:53:58 +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:
@@ -56,6 +56,7 @@
|
||||
name: "Wilma"
|
||||
}
|
||||
],
|
||||
testbool: true,
|
||||
testhashs32_fnv1: -579221183,
|
||||
testhashu32_fnv1: 3715746113,
|
||||
testhashs64_fnv1: 7930699090847568257,
|
||||
|
||||
Reference in New Issue
Block a user