goff is a library for communicating with the Yahoo Fantasy Sports APIs.
This application is written using the Go programming language and is licensed under the New BSD license.
$ go get https://github.com/Forestmb/goff
$ cd $GOPATH/src/github.com/Forestmb/goff
$ ./build.sh
To make sure this build runs before every commit, use:
$ ln -s "$(pwd)/build.sh" .git/hooks/pre-commit