Skip to content

Commit cd0bdc5

Browse files
committed
playground/internal/imports: Update and regenerate for Go 1.7.
1 parent 98452a8 commit cd0bdc5

File tree

2 files changed

+583
-336
lines changed

2 files changed

+583
-336
lines changed

playground/internal/imports/mkstdlib.go

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ func main() {
6262
mustOpen(api("go1.3.txt")),
6363
mustOpen(api("go1.4.txt")),
6464
mustOpen(api("go1.5.txt")),
65+
mustOpen(api("go1.6.txt")),
66+
mustOpen(api("go1.7.txt")),
6567
mustOpen("gopherjs.txt"),
6668
)
6769
sc := bufio.NewScanner(f)

0 commit comments

Comments
 (0)