blob: 2029f383d8f82b55cf001edee523451c21512643 [file] [log] [blame]
package lintapp
import (
"github.com/garyburd/gosrc"
)
func init() {
// Register an application at https://github.com/settings/applications/new
// and enter the client ID and client secret here.
gosrc.SetGitHubCredentials("id", "secret")
// Set contact email for /-/bot.html
contactEmail = "example@example.com"
}