diff options
Diffstat (limited to 'src/pkg/debug/binary/binary.go')
-rw-r--r-- | src/pkg/debug/binary/binary.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/debug/binary/binary.go b/src/pkg/debug/binary/binary.go index 78e9baa17..836a43df0 100644 --- a/src/pkg/debug/binary/binary.go +++ b/src/pkg/debug/binary/binary.go @@ -141,8 +141,8 @@ func sizeof(t reflect.Type) int { } type decoder struct { - order ByteOrder; - buf []byte; + order ByteOrder; + buf []byte; } func (d *decoder) uint8() uint8 { |