A simple cross platform systray stopwatch, written in go
Testing out making a cross platform desktop app with go
go get -v -u github.com/jteeuwen/go-bindata/...
make app
To create app bundle in build/Gotime.app
or
make dmg
to create build/Gotime.dmg
Ubuntu: sudo apt-get install libgtk-3-dev libappindicator3-dev
go get -u github.com/martinlindhe/timer/cmd/gotime
- menu separator, see getlantern/systray#12
Under MIT