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 98452a8 commit cd0bdc5Copy full SHA for cd0bdc5
playground/internal/imports/mkstdlib.go
@@ -62,6 +62,8 @@ func main() {
62
mustOpen(api("go1.3.txt")),
63
mustOpen(api("go1.4.txt")),
64
mustOpen(api("go1.5.txt")),
65
+ mustOpen(api("go1.6.txt")),
66
+ mustOpen(api("go1.7.txt")),
67
mustOpen("gopherjs.txt"),
68
)
69
sc := bufio.NewScanner(f)
0 commit comments