We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb66374 commit 3cb2f89Copy full SHA for 3cb2f89
1 file changed
README.md
@@ -274,6 +274,7 @@ type RFC791InternetHeaderFormatWord0 struct {
274
As of Version 1, supported field types are
275
`uint`, `uint8` a.k.a. `byte`, `uint16`, `uint32`, `uint64` and `bool`.
276
[Defined types](https://go.dev/ref/spec#Type_definitions)
277
+(e.g. `type RFC791InternetHeaderPrecedence uint8`)
278
having the above underlying types are compatible.
279
280
##### Offset
0 commit comments