Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Something about this trips a stack overflow in golangci-lint, so upgrade
golangci-lint to a commit that fixes this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Big indentation change in print_tree.go; small actual change.
|
|
|
|
|
|
Since ad9ac6d07ce1819260c2b7f090fd4fe742c80d9f binstruct itself wraps all
errors with the type and method; no need for the Node and SysChunk
.MarshalBinary and .UnmarshalBinary methods to also prefix the errors they
emit with that info.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|