We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03ab54 commit 5801b5dCopy full SHA for 5801b5d
playground/internal/imports/mkstdlib.go
@@ -64,6 +64,7 @@ func main() {
64
mustOpen(api("go1.5.txt")),
65
mustOpen(api("go1.6.txt")),
66
mustOpen(api("go1.7.txt")),
67
+ mustOpen(api("go1.8.txt")),
68
mustOpen("gopherjs.txt"),
69
)
70
sc := bufio.NewScanner(f)
0 commit comments