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
@@ -7,7 +7,7 @@ import (
"sort"
"strings"
"github.com/aykevl/tinygo/loader"
"github.com/tinygo-org/tinygo/loader"
"golang.org/x/tools/go/ssa"
"tinygo.org/x/go-llvm"
)