google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Add a new option to allow partial text output for non-Ok() messages. #17

Closed reventlov closed 3 years ago

reventlov commented 3 years ago

Adds a new WithAllowPartialOutput() method to TextOutputOptions to allow WriteToString() to write partial output when called with a non-Ok() view.