summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-04-25 22:53:35 -0400
committerWill Hawkins <[email protected]>2023-04-25 23:00:12 -0400
commitc9a33075c873c4ef8bb3c695cce721172c31d361 (patch)
treee46e766182bba75f0bcc707bf72b4359ce8ecd9f /Makefile
parent9e9963f7767719e4c26e2345169d7768ec5151ac (diff)
Make LgcStatus String()-able
Make an LgcStatus type print nicely with %v format verb.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: