Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 603 Bytes

wakeup

wakeup

This is just a simple alarm clock program in Go; it demonstrates http://github.com/andlabs/ui. The source should be self-explanatory; feel free to make suggestions.

To install:

  1. Make sure you are using Go >= 1.3. See http://golang.org/dl/#go1.3rc1.
  2. Run:
$ go get github.com/andlabs/wakeup

If your $GOPATH/bin directory is in your path, you should be able to just run:

$ wakeup

from the command line.

TODO

  • switch to a proper date control when one is added to package ui