diff options
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +blavote + +This program can be used to create polls, and allow users to vote on +them. + +Usage: go run blavote.go + +(or compile with go build blavote.go, and execute blavote) + +Author: Joe Robinson + +Written in Go + +Libraries used: + +http://www.github.com/mxk/go-sqlite/sqlite3 + |