TestBasicTypes should include a field that tests all possible inlined and non-inlined renderers e.g. should have both an int field and an *int field (and the same for string/uint/etc.)
This won't test interactions between the different types but at least gives a basic overview of all the different simple types.
TestBasicTypes should include a field that tests all possible inlined and non-inlined renderers e.g. should have both an
int
field and an*int
field (and the same for string/uint/etc.)This won't test interactions between the different types but at least gives a basic overview of all the different simple types.