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