Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 752 Bytes

goff GoDoc Build Status

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.

Building

$ 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