gotools/cmd/go-contrib-init/contrib.go

var repo

var dry

func main() {}

func detectrepo() string {}

var googleSourceRx

func checkCLA() {}

func expandUser(s string) string {}

func cookiesFile() string {}

func checkGoroot() {}

func checkWorkingDir() {}

func firstGoPath() string {}

func exists(path string) (bool, error) {}

func inGoPath(wd string) bool {}

// mostly check that they didn't clone from github
func checkGitOrigin() {}

func cmdErr(err error) string {}

func checkGitCodeReview() {}