Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekaputra07/go-playtime
Go Playground on your desktop tray
https://github.com/ekaputra07/go-playtime
electron-app go-playground
Last synced: 5 days ago
JSON representation
Go Playground on your desktop tray
- Host: GitHub
- URL: https://github.com/ekaputra07/go-playtime
- Owner: ekaputra07
- License: mit
- Created: 2020-04-10T12:53:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:24:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-25T21:07:59.336Z (almost 2 years ago)
- Topics: electron-app, go-playground
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-playtime
As I'm using Golang more often recently, I found myself regularly open the official [Go Playground](https://play.golang.org) website to test codes/concepts that I'm not sure about.
**Go Playtime** is just a simple [Electron](https://www.electronjs.org) app that loads Go Playground website, and when it running I just need to click the icon on the tray and BOOM! :)
Here's the demo:
**Build**
Sorry I didn't provide the executable binary for this app, so you need to build it yourself (tested on Mac only).
```
npm run build
```
It will create a new folder outside of this project diectory which contains the app.Cheers!