From 81389a2dea209f1ae557a624aac29b8df61d5b30 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Fri, 18 Apr 2025 14:49:23 +0200 Subject: [PATCH] add gofmt precommit hook --- apps/db-adapter/.githooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/db-adapter/.githooks/pre-commit diff --git a/apps/db-adapter/.githooks/pre-commit b/apps/db-adapter/.githooks/pre-commit new file mode 100644 index 0000000..4e5d15d --- /dev/null +++ b/apps/db-adapter/.githooks/pre-commit @@ -0,0 +1,2 @@ +#!/bin/sh +gofmt -w . \ No newline at end of file