Skip to content

A git subcommand for Go development.

License

creachadair/git-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-go

GoDoc CI

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

About

A git subcommand for Go development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages