Skip to content

Commit

Permalink
chore: Add gofmt format-check and format Justfile recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu committed Oct 13, 2024
1 parent 85d0ff4 commit 5868d4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
format-check:
@gofmt -l ./

format:
@gofmt -w ./

0 comments on commit 5868d4c

Please sign in to comment.