github.com/98o718/timer

A simple cross-platform stopwatch written in golang


License
MIT
Install
go get github.com/98o718/timer

Documentation

About

A simple cross platform systray stopwatch, written in go

Background

Testing out making a cross platform desktop app with go

macOS

macOS

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

Linux

Linux

Ubuntu: sudo apt-get install libgtk-3-dev libappindicator3-dev

go get -u github.com/martinlindhe/timer/cmd/gotime

Windows

Windows

TODO

License

Under MIT