Skip to content

Commit 227e5a1

Browse files
authoredFeb 17, 2017
Update GopherJS Playground to Go 1.8.
Merge pull request #65 from gopherjs/go1.8.
2 parents d03ab54 + 5dcec34 commit 227e5a1

File tree

147 files changed

+350
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+350
-269
lines changed
 

‎playground/internal/imports/mkstdlib.go

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func main() {
6464
mustOpen(api("go1.5.txt")),
6565
mustOpen(api("go1.6.txt")),
6666
mustOpen(api("go1.7.txt")),
67+
mustOpen(api("go1.8.txt")),
6768
mustOpen("gopherjs.txt"),
6869
)
6970
sc := bufio.NewScanner(f)

‎playground/internal/imports/zstdlib.go

+279-193
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)