Skip to content

Commit 2472bcf

Browse files
committed
edit README
1 parent 314d808 commit 2472bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Suggestions on StackOverflow are limited to the use of bitwise operators.
182182

183183
* [Golang: Parse bit values from a byte](https://stackoverflow.com/questions/54809254/golang-parse-bit-values-from-a-byte)
184184
* [Creating 8 bit binary data from 4,3, and 1 bit data in Golang](https://stackoverflow.com/questions/61885659/creating-8-bit-binary-data-from-4-3-and-1-bit-data-in-golang)
185+
* [How to pack the C bit field struct via encoding package in GO?](https://stackoverflow.com/questions/60180827/how-to-pack-the-c-bit-field-struct-via-encoding-package-in-go)
185186

186187
## Using This Module
187188
Encoding and decoding binary formats in Go should be a matter of

0 commit comments

Comments
 (0)