Skip to content

Commit b6d8bb6

Browse files
committed
go-angularjs moved to github.com/neelance/go-angularjs
1 parent 13ec824 commit b6d8bb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

playground/playground.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ package main
22

33
import (
44
"bytes"
5-
"github.com/gopherjs/go-angularjs"
6-
"github.com/gopherjs/gopherjs/compiler"
7-
"github.com/gopherjs/gopherjs/js"
85
"go/ast"
96
"go/format"
107
"go/parser"
118
"go/scanner"
129
"go/token"
1310
"strings"
1411
"time"
12+
13+
"github.com/gopherjs/gopherjs/compiler"
14+
"github.com/gopherjs/gopherjs/js"
15+
"github.com/neelance/go-angularjs"
1516
)
1617

1718
type Line map[string]string

0 commit comments

Comments
 (0)