$ git clone https://github.com/craigjackson/7wpl.git $GOPATH/src/7wpl
$ cd $GOPATH/src/7wpl/cmd/server
$ sqlite3 database.sqlite3
Go to each models/match.go, models/player.go and match_player.go and run the CREATE TABLE statements in their respsective comments.
$ cd $GOPATH/src/7wpl/cmd/server
$ go run main.go