summaryrefslogtreecommitdiff
path: root/README
blob: b2725f95527837972cc602a04497efcfda7f3204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)

Requirements: 
Go (to compile, or run from source)
Sqlite (tested with version 3.8, assumed to work with all 3.x versions)

Author: Joe Robinson

Written in Go

Libraries used:

http://www.github.com/mxk/go-sqlite/sqlite3