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
+3 -3
View File
@@ -15,9 +15,9 @@ import (
"strings"
"syscall"
"github.com/aykevl/tinygo/compiler"
"github.com/aykevl/tinygo/interp"
"github.com/aykevl/tinygo/loader"
"github.com/tinygo-org/tinygo/compiler"
"github.com/tinygo-org/tinygo/interp"
"github.com/tinygo-org/tinygo/loader"
)
var commands = map[string]string{