aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/channel.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/channel.go')
-rw-r--r--compiler/channel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/channel.go b/compiler/channel.go
index 648bef200..05973ecbf 100644
--- a/compiler/channel.go
+++ b/compiler/channel.go
@@ -6,8 +6,8 @@ package compiler
import (
"go/types"
- "tinygo.org/x/go-llvm"
"golang.org/x/tools/go/ssa"
+ "tinygo.org/x/go-llvm"
)
// emitMakeChan returns a new channel value for the given channel type.