add proverb to cgo section

This commit is contained in:
Damian Gryski 2019-04-14 06:47:48 -07:00
parent aa0dd84d76
commit cdf5dd4f9b

View File

@ -1006,6 +1006,9 @@ Popular replacements for standard library packages:
## cgo
> cgo is not go
> -- Rob Pike
* Performance characteristics of cgo calls
* Tricks to reduce the costs: batching
* Rules on passing pointers between Go and C