Skip to content

Commit 5ddfd16

Browse files
committed
playground/internal/imports: Add Go 1.11 identifiers.
Regenerate with: go generate github.com/gopherjs/gopherjs.github.io/playground/internal/imports
1 parent f8847c1 commit 5ddfd16

File tree

2 files changed

+2185
-1953
lines changed

2 files changed

+2185
-1953
lines changed

playground/internal/imports/mkstdlib.go

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

0 commit comments

Comments
 (0)