Skip to content

Commit eb66374

Browse files
committed
edit README
1 parent e0c46ed commit eb66374

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,10 @@ type RFC791InternetHeaderFormatWord0 struct {
271271
}
272272
```
273273

274-
As of Version 1.0.0, supported field types are
274+
As of Version 1, supported field types are
275275
`uint`, `uint8` a.k.a. `byte`, `uint16`, `uint32`, `uint64` and `bool`.
276+
[Defined types](https://go.dev/ref/spec#Type_definitions)
277+
having the above underlying types are compatible.
276278

277279
##### Offset
278280
`<offset>` is an integer

0 commit comments

Comments
 (0)