We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bc656 commit 314d808Copy full SHA for 314d808
1 file changed
README.md
@@ -64,9 +64,9 @@ at the beginning of every internet datagram (more fondly known as a "packet").
64
```
65
66
It is highly unlikely that a developer
67
-would ever need to implement these protocols
68
-(since in Go, the package [`net`](https://pkg.go.dev/net)
69
-supplies types and methods that abstract away low-level details),
+would ever need to implement these protocols,
+since in Go the standard library package [`net`](https://pkg.go.dev/net)
+supplies types and methods that abstract away low-level details,
70
but they make appropriate illustrations of binary message formats
71
(and demystify some ubiquitous mechanisms taken for granted).
72
0 commit comments