- Refactor and edit chapter 1.
- Refactor and edit chapter 2.
Split code inside chapter 02 by section.- Use goroutines to break simple encryption.
- Encryption/Decryption chapter.
- Encoding/Decoding chapter.
- Byte manipulation chapter.
bytes.Buffer
or better thebytes
package.
Addfmt.scan
examples to02.5
.Add error handling to02.4
.Add raw strings to02.1
.Add defer example to the end of02.2
.- Create a wav file parser as an example of format RE and parsing with Go.
Ranked by priority DESC: