repositorypackage
0.0.0-20240818215546-ed5d8f798444
Repository: https://github.com/creachadair/git-go.git
Documentation: pkg.go.dev
# README
git-go
This repository provides a plugin for Git to handle some common Go development tasks.
Warning: This works, but is kind of a hack.
Installation
go install github.com/creachadair/git-go@latest
Basic Usage Examples
git 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