Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
3いいね 24回再生

Formatting Go code with githooks

Githooks enable triggering user scrips at specific git events. One common usage is setting a pre-commit hook to handle linting/formatting. This will be called with commit request before commit message.

More info about githooks: https://git-scm.com/docs/githooks
Used bash script: https://github.com/sifaserdarozen/bitsandp...

コメント