tinygo/src
Ayke van Laethem 31f494e611
all: swap string from {len, ptr} to {ptr, len} for slice compatibility
Having slices and strings be similar makes other code simpler.
2018-09-06 10:50:13 +02:00
..
device all: use less magic in memory-mapped IO 2018-09-05 12:18:21 +02:00
examples compiler: implement builtin copy(dst, src []T) 2018-09-06 10:37:44 +02:00
machine all: use less magic in memory-mapped IO 2018-09-05 12:18:21 +02:00
runtime all: swap string from {len, ptr} to {ptr, len} for slice compatibility 2018-09-06 10:50:13 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00