aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-05-18 05:37:33 +0200
committerTeddy Wing2023-05-18 05:38:24 +0200
commitc66cfe0f25a43687a342f3ddce5d4b081bfadc1e (patch)
tree2fd06c877820c51601f9d866ce32087dd4398e5c
parent75c1da0c3f0a1245e0b1a2775245d85a831eee47 (diff)
downloadgocapturedrefrace-c66cfe0f25a43687a342f3ddce5d4b081bfadc1e.tar.bz2
Remove version flag TODO
Can't figure out a way to do this while preserving the default flags of the analyser.
-rw-r--r--cmd/gocapturedrefrace/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/gocapturedrefrace/main.go b/cmd/gocapturedrefrace/main.go
index 447e7ec..bab8032 100644
--- a/cmd/gocapturedrefrace/main.go
+++ b/cmd/gocapturedrefrace/main.go
@@ -26,6 +26,4 @@ import (
func main() {
singlechecker.Main(gocapturedrefrace.Analyzer)
-
- // TODO: version flag (-V)
}