Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 9 Go Hook Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Then you just need to run ruff format . and ruff check --fix . in sequence to apply these changes to your codebase. (The first is called formatting while the latter is called linting.) You can also make these commands run automatically either by hooking them into VS Code or using a pre-commit hook. I've opted to go with the latter route, and I've specifically been using a library called lefthook to accomplish this.
-
korm
KORM, an elegant and lightning-fast ORM for all your concurrent and async needs. Inspired by the highly popular Django Framework, KORM offers similar functionality with the added bonus of performance
-
-
hooks
Simple, type-safe hook system to enable easier modularization of your Go code. (by mikestefanello)
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
Go Hooks discussion
Go Hooks related posts
-
Lefthook: benefits vs husky and how to use
-
How To Set up Lefthook to handle git hooks in react applications
-
Hooks: Simple, type-safe hook system for Go
-
Lefthook: Fast, powerful Git hooks manager for any prooject
-
How to prevent bad commits and test code with lefthook and integrate with Flutter
-
My Laravel specific git hooks for post-checkout and post-merge
-
Husky on steroids with golang
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 18 Apr 2025
Index
What are some of the best open-source Hook projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | webhook | 10,816 |
2 | lefthook | 5,761 |
3 | korm | 179 |
4 | husky | 165 |
5 | hooks | 94 |
6 | hookz | 78 |
7 | shutdown | 59 |
8 | captain-githook | 31 |
9 | hooks-example | 20 |