Files
tinygo/compiler
Ayke van Laethem f2cd4d12e8 compiler,runtime: fix multiple definitions of a single function
strings.IndexByte was implemented in the runtime up to Go 1.11. It is
implemented using a direct call to internal/bytealg.IndexByte since Go
1.12.

Make sure we remain compatible with both.
2019-05-24 14:51:40 +02:00
..
2019-04-26 09:17:52 +02:00
2019-04-26 08:52:10 +02:00
2019-04-26 08:52:10 +02:00
2019-04-26 08:52:10 +02:00