andrjohn / golang-edinburgh

Dump of half-backed solutions to the problems faced in Edinburgh's best golang coding dojo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-edinburgh

Dump of half-backed solutions to the problems faced in Edinburgh's best golang coding dojo.

Getting started

Once you've downloaded this repo, simply set the GOPATH to be the root of the repository, then you can build stuff using the go toolchain (regardless of what directory you're in).

export GOPATH=/home/myuser/
go test wordchain    # Runs the wordchain unit tests
go build wordchain   # Builds the wordchain binary in the local directory

About

Dump of half-backed solutions to the problems faced in Edinburgh's best golang coding dojo.


Languages

Language:Go 100.0%