Skip to content

Commit 227e5a1

Browse files
authored
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 279 additions & 193 deletions
Large diffs are not rendered by default.

playground/pkg/archive/tar.a.js

3.62 KB
Binary file not shown.

playground/pkg/archive/zip.a.js

-731 Bytes
Binary file not shown.

playground/pkg/bufio.a.js

-1.57 KB
Binary file not shown.

playground/pkg/bytes.a.js

3.4 KB
Binary file not shown.

playground/pkg/compress/bzip2.a.js

132 Bytes
Binary file not shown.

playground/pkg/compress/flate.a.js

7.86 KB
Binary file not shown.

playground/pkg/compress/gzip.a.js

45 Bytes
Binary file not shown.

playground/pkg/compress/lzw.a.js

-420 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)