From a98780185469ca732da2c5f54516de5c3e224c71 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 6 Sep 2024 17:07:32 -0700 Subject: [PATCH] Make make force all targets to re-run and fix formatting --- Makefile | 2 ++ client/lib/lib.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e910d58..1a655b7 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +MAKEFLAGS += --always-make + help: ## Show this help. @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' diff --git a/client/lib/lib.go b/client/lib/lib.go index 3f0def0..c59dd57 100644 --- a/client/lib/lib.go +++ b/client/lib/lib.go @@ -10,6 +10,7 @@ import ( "errors" "fmt" "io" + "iter" "log" "math/rand" "net/http" @@ -31,7 +32,6 @@ import ( "github.com/schollz/progressbar/v3" "golang.org/x/exp/slices" "gorm.io/gorm" - "iter" ) //go:embed config.sh