summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-07 16:40:03 -0500
committerSean E. Russell <ser@ser1.net>2020-06-07 16:56:19 -0500
commitb20f47738953c9f2a1c3e483976104bc3cbfcbba (patch)
tree192ea9d205d8e3c041c8b31d865e8364cb0a4b6f /cmd/gotop/main.go
parentb13fd2833c081d6d187b80d7d43f358e9e7d2009 (diff)
linting & documentationv4.0.0
Updated versioning and dates for release.
Diffstat (limited to 'cmd/gotop/main.go')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 07847f5..c917fc7 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -478,7 +478,7 @@ func getLayout(conf gotop.Config) (io.Reader, error) {
}
}
-func runTests(conf gotop.Config) int {
+func runTests(_ gotop.Config) int {
fmt.Printf("PASS")
return 0
}