This repository provides a plugin for Git to handle some common Go development tasks.
Warning: This works, but is kind of a hack.
go install github.com/creachadair/git-go@latestgit go help # display help
git go presubmit # run some basic presubmit checks
git go check # run more detailed presubmit checks
git go install-hook # install as a pre-push hook