diff --git a/Makefile b/Makefile index b75f2a94..71e18184 100644 --- a/Makefile +++ b/Makefile @@ -64,4 +64,7 @@ test-app: ginkgo internal/app test-db: - ginkgo internal/database/mariadb \ No newline at end of file + ginkgo internal/database/mariadb + +fmt: + go fmt ./... \ No newline at end of file