fix assembly / alternate impls sections

This commit is contained in:
Damian Gryski 2016-05-22 16:13:10 +02:00
parent 2a4f866cfc
commit a84e99fca1

View File

@ -72,7 +72,9 @@ Techniques applicable to source code in general
* serialization
## Assembly
* Stuff about writing assembly code for Go
## Alternate implementations
* Popular replacements for standard library packages:
* encoding/json -> ffjson
* net/http -> fasthttp