all: update import paths to github.com/tinygo-org/tinygo

This commit is contained in:
Ayke van Laethem
2019-01-31 17:43:19 +01:00
parent 504c82a0e7
commit 914d383a96
10 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type volatileByte byte
//
// It has some limitations currently due to how "volatile" variables that are
// members of a struct are not compiled correctly by TinyGo.
// See https://github.com/aykevl/tinygo/issues/151 for details.
// See https://github.com/tinygo-org/tinygo/issues/151 for details.
type RingBuffer struct {
rxbuffer [bufferSize]volatileByte
head volatileByte