typing unicode middle dot

This commit is contained in:
Damian Gryski 2018-03-24 09:46:38 -07:00
parent 2e5b4debb3
commit f100b3a0d7

View File

@ -964,6 +964,7 @@ Techniques specific to the architecture running the code
* rebenchmark with new versions to see if you can delete your code yet
* always have pure-Go version (noasm build tag): testing, arm, gccgo
* brief intro to syntax
* how to type the middle dot
* calling convention
* using opcodes unsupported by the asm (asm2plan9, but this is getting rarer)
* notes about why intrinsics are hard