From 3b379a13710cae2adc56131af1069e6fb92976b8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 18:58:14 +0200 Subject: style: reformat with golines and enforce on commit --- justfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 78bea08..6f75d1b 100644 --- a/justfile +++ b/justfile @@ -7,10 +7,12 @@ prepare: checkformat: gofmt -d . goimports -d . + golines --dry-run . format: gofmt -w . goimports -w . + golines -w . fix: go fix . -- cgit 1.4.1