Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

keybase/pre-commit-golang

 
 

Repository files navigation

pre-commit-golang Build Status

golang hooks for http://pre-commit.com/

Using these hooks

Add this to your .pre-commit-config.yaml

- repo: git://github.com/gabriel/pre-commit-golang
  sha: HEAD
  hooks:
    - id: go-fmt
    - id: go-vet
    - id: go-lint

Available hooks

In progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%