Skip to content

Commit 740d4dc

Browse files
committed
edit README
1 parent 80103bc commit 740d4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ offers a gentle introduction to the topic.
149149
bit 7 reserved
150150
```
151151

152-
## Working with Binary Formats in Go
153152
Message and file formats specify how bits are arranged to encode information.
154153
Control over individual bits or groups smaller than a byte is often required
155154
to put together and take apart these binary structures.
156155

156+
## Working with Binary Formats in Go
157157
The smallest data structures Go provides are
158158
the basic type `byte` (alias of `uint8`, an unsigned 8-bit integer), and `bool`,
159159
both eight bits long.

0 commit comments

Comments
 (0)