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
@@ -92,7 +92,7 @@ func main() {
}
println()
// Verify the fix in https://github.com/aykevl/tinygo/pull/119
// Verify the fix in https://github.com/tinygo-org/tinygo/pull/119
var unnamed [32]byte
var named MySlice
assert(len(unnamed[:]) == 32)