• rw's avatar
    Improve Builder user interface. · 2dfff15a
    rw authored
    + Add state to the Builder object to track if we are inside a table,
      and if we are finished building the buffer.
    + Use this data to check that a buffer is being built correctly.
    + Panic if a buffer is not being built correctly.
    + Test that the panics happen as expected.
    
    Based on d236dea1.
    2dfff15a
Name
Last commit
Last update
..
builder.go Loading commit data...
doc.go Loading commit data...
encode.go Loading commit data...
struct.go Loading commit data...
table.go Loading commit data...
unsafe.go Loading commit data...