From c9a33075c873c4ef8bb3c695cce721172c31d361 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 25 Apr 2023 22:53:35 -0400 Subject: Make LgcStatus String()-able Make an LgcStatus type print nicely with %v format verb. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a3db5c..564f87b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: build test build: go build $(LDFLAGS) networkQuality.go test: - go test ./timeoutat/ ./traceable/ ./ms/ ./utilities/ + go test ./timeoutat/ ./traceable/ ./ms/ ./utilities/ ./lgc golines: find . -name '*.go' -exec ~/go/bin/golines -w {} \; clean: -- cgit v1.2.3