Skip to content

Commit 5801b5d

Browse files
committed
playground/internal/imports: Update and regenerate for Go 1.8.
go generate github.com/gopherjs/gopherjs.github.io/playground/internal/imports
1 parent d03ab54 commit 5801b5d

File tree

2 files changed

+280
-193
lines changed

2 files changed

+280
-193
lines changed

playground/internal/imports/mkstdlib.go

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func main() {
6464
mustOpen(api("go1.5.txt")),
6565
mustOpen(api("go1.6.txt")),
6666
mustOpen(api("go1.7.txt")),
67+
mustOpen(api("go1.8.txt")),
6768
mustOpen("gopherjs.txt"),
6869
)
6970
sc := bufio.NewScanner(f)

0 commit comments

Comments
 (0)