tinygo/src
Ayke van Laethem d4f5700625
Remove use of CGo in the runtime
CGo depends on syscall, which (in the standard library) depends on sync,
which depends on the runtime. There are also other import cycles. To be
able to use the syscall package from upstream, stop using CGo.
2018-08-29 20:01:33 +02:00
..
device go fmt 2018-08-17 23:23:20 +02:00
examples Add a test for the unicode package 2018-08-24 03:35:03 +02:00
machine go fmt 2018-08-17 23:23:20 +02:00
runtime Remove use of CGo in the runtime 2018-08-29 20:01:33 +02:00
syscall go fmt 2018-08-17 23:23:20 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00