Skip to content

Commit

Permalink
gop v0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Mar 4, 2021
1 parent e12807d commit 9f8a816
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 54 deletions.
4 changes: 2 additions & 2 deletions build_latest.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
go mod edit -require=github.com/goplus/gop@latest
go list --tags js
gopherjs build -v -m -o goplus-play.js
go tidy
gopherjs build -v -m -o goplus-play.js
4 changes: 2 additions & 2 deletions build_latest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
go mod edit -require=github.com/goplus/gop@latest
go list --tags js
gopherjs build -v -m -o goplus-play.js
go mod tidy
gopherjs build -a -v -m -o goplus-play.js
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/goplus/play
go 1.14

require (
github.com/goplus/gop v0.7.17
github.com/goplus/gop v0.7.18
github.com/goplusjs/gopherjs v1.1.2
)

Expand Down
10 changes: 2 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/goplus/gop v0.7.15 h1:QStcRwGezO1Cw1tgdIoaw6fzph5Au9yRR9/UpQ8lrfg=
github.com/goplus/gop v0.7.15/go.mod h1:gmw+qgryU6Gju869uxVKRJunUoUTp6mZPLER/O+RlPY=
github.com/goplus/gop v0.7.16 h1:uYzOxdUEocF2t/vIlq3T4HtehndqaTapLtR0cz+cKbI=
github.com/goplus/gop v0.7.16/go.mod h1:gmw+qgryU6Gju869uxVKRJunUoUTp6mZPLER/O+RlPY=
github.com/goplus/gop v0.7.17 h1:c0Q65aRifWgETyWOZUAEhtnzdin4KGbwRUCp/RHPaGA=
github.com/goplus/gop v0.7.17/go.mod h1:gmw+qgryU6Gju869uxVKRJunUoUTp6mZPLER/O+RlPY=
github.com/goplus/gop v0.7.18 h1:5lJrkNZtJTgqPx1svHoP2tkZg6jo0T6Beia5z7EClrE=
github.com/goplus/gop v0.7.18/go.mod h1:gmw+qgryU6Gju869uxVKRJunUoUTp6mZPLER/O+RlPY=
github.com/goplusjs/gopherjs v1.1.2 h1:1Wx0SHSZAkEjYNJv2ylKD3taBvxE5qD63qrg1FlUQqI=
github.com/goplusjs/gopherjs v1.1.2/go.mod h1:axPQfTy6oWvX32s71WKwT6W75x8eCnWA3kfLIENwGps=
github.com/goplusjs/reflectx v0.2.2-0.20201116130031-1b62d473069e h1:kyYQVnZAL+DRRSIEl77UucjF+klL55Udpx++bJuVooQ=
github.com/goplusjs/reflectx v0.2.2-0.20201116130031-1b62d473069e/go.mod h1:fIIy+2TMFe6Dft5F4VGzopWM+L5IJa+xKfYqRnToWgU=
github.com/goplusjs/reflectx v0.3.0-goplus h1:QFJQKzFOUYv7vRd5cXS2Rw343lzvD4QRbdRaDczZiJI=
github.com/goplusjs/reflectx v0.3.0-goplus/go.mod h1:fIIy+2TMFe6Dft5F4VGzopWM+L5IJa+xKfYqRnToWgU=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
Expand Down
82 changes: 42 additions & 40 deletions goplus-play.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion goplus-play.js.map

Large diffs are not rendered by default.

0 comments on commit 9f8a816

Please sign in to comment.