Skip to content

Commit b3987c4

Browse files
committed
playground/internal/imports: Add Go 1.10 identifiers.
Regenerate with: go generate github.com/gopherjs/gopherjs.github.io/playground/internal/imports
1 parent 28508f4 commit b3987c4

File tree

2 files changed

+1151
-865
lines changed

2 files changed

+1151
-865
lines changed

playground/internal/imports/mkstdlib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func main() {
6666
mustOpen(api("go1.7.txt")),
6767
mustOpen(api("go1.8.txt")),
6868
mustOpen(api("go1.9.txt")),
69+
mustOpen(api("go1.10.txt")),
6970
mustOpen("gopherjs.txt"),
7071
)
7172
sc := bufio.NewScanner(f)

0 commit comments

Comments
 (0)