tinygo/src
Ayke van Laethem cbaa58a2d9 all: change //go:export to //export
This is the kind that is used in Go (actually CGo) for exporting
functions. I think it's best to use //export instead of our custom
//go:export pragma, for consistency (they are equivalent in TinyGo).
Therefore I've updated all instances to the standard format (except for
two that are updated in https://github.com/tinygo-org/tinygo/pull/1024).

No smoke tests changed (when comparing the output hash), except for some
wasm tests that include DWARF debug info and tend to be flaky anyway.
2020-04-05 16:16:57 +02:00
..
device stm32 add SPI for stm32f4 2020-03-25 16:24:19 +01:00
examples all: change //go:export to //export 2020-04-05 16:16:57 +02:00
internal all: change //go:export to //export 2020-04-05 16:16:57 +02:00
machine all: change //go:export to //export 2020-04-05 16:16:57 +02:00
os Add initial FreeBSD support 2019-12-29 10:48:28 +01:00
reflect compiler,runtime: use LLVM intrinsics for memcpy/memmove 2020-03-27 21:01:59 +01:00
runtime all: change //go:export to //export 2020-04-05 16:16:57 +02:00
sync sync: implement sync.Map 2020-03-27 19:02:45 +01:00
syscall all: change //go:export to //export 2020-04-05 16:16:57 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00