We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28508f4 commit b3987c4Copy full SHA for b3987c4
playground/internal/imports/mkstdlib.go
@@ -66,6 +66,7 @@ func main() {
66
mustOpen(api("go1.7.txt")),
67
mustOpen(api("go1.8.txt")),
68
mustOpen(api("go1.9.txt")),
69
+ mustOpen(api("go1.10.txt")),
70
mustOpen("gopherjs.txt"),
71
)
72
sc := bufio.NewScanner(f)
0 commit comments