gopherjs + electron テスト
概要
go言語ソースからJSコードを生成するgopherjsでelectronを利用するテストサンプル。
ソース
github.com/sntulix/gopherjs-electron
準備
npm -g install electron-prebuilt
npm init -y
go get -u github.com/gopherjs/gopherjs
ビルド、実行
gopherjs build index.go
electron .