As detected with go vet. Simplify code slightly by removing unnecessary brackets around a variable.
This describes the package in a way that can be seen via godoc, and makes it so that the following command succeeds without "no buildable Go source files" error: go build github.com/google/go-github/...
Fixes #119 Fixes #325 Ref #241