commit | 9fb920db24dfabd09df0eebba20fa5379e85656a | [log] [tgz] |
---|---|---|
author | jcd <jcd@golang.org> | Thu May 21 00:28:52 2015 +1000 |
committer | jcd . <jcd@golang.org> | Thu May 21 03:41:01 2015 +0000 |
tree | bd6c427ce2366f195642e81df05d60bf1e4deef7 | |
parent | 41b6e7a063dd1d7eb534d1dc9b54ae74df2cda1f [diff] |
debug: float and complex decoding functions for the Architecture type These are analogous to the existing integer decoding functions. We add a field FloatByteOrder to Architecture for the endianness of floating point values. Also fixes some whitespace. Change-Id: I2513affa81e072de9ab511327b1300c5767f1ead Reviewed-on: https://go-review.googlesource.com/10248 Reviewed-by: Rob Pike <r@golang.org>