Skip to content

Commit cb4ab58

Browse files
committed
Make imports package internal.
It's currently meant to be used by GopherJS Playground only, make that intent more obvious. Ideally, the upstream package can be refactored in a way so that it can be imported and used by environments without access to a local filesystem, then this internal package can go away. gomvpkg -from github.com/gopherjs/gopherjs.github.io/playground/imports -to github.com/gopherjs/gopherjs.github.io/playground/internal/imports
1 parent 3731a7a commit cb4ab58

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

playground/playground.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13-
"github.com/gopherjs/gopherjs.github.io/playground/imports"
13+
"github.com/gopherjs/gopherjs.github.io/playground/internal/imports"
1414
"github.com/gopherjs/gopherjs/compiler"
1515
"github.com/gopherjs/gopherjs/js"
1616
"github.com/neelance/go-angularjs"

0 commit comments

Comments
 (0)