git

Pre-commit hooks with Go

Posted on 29 August 2021 - 1 min read

Git hook scripts are becoming more and more popular. We run our hooks on every commit to automatically point out some simple issues in code before submission to code review. By pointing out these issues in this early phase, it allows a faster feedback loop than waiting for CI. [Read more]

Tagged with: go, golang, pre-commit, hooks, git, git-hook

Bong Nguyen © 2016 - 2022