We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8847c1 commit 5ddfd16Copy full SHA for 5ddfd16
2 files changed
playground/internal/imports/mkstdlib.go
@@ -67,6 +67,7 @@ func main() {
67
mustOpen(api("go1.8.txt")),
68
mustOpen(api("go1.9.txt")),
69
mustOpen(api("go1.10.txt")),
70
+ mustOpen(api("go1.11.txt")),
71
mustOpen("gopherjs.txt"),
72
)
73
sc := bufio.NewScanner(f)
0 commit comments