diff options
author | Teddy Wing | 2023-05-18 05:37:33 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-18 05:38:24 +0200 |
commit | c66cfe0f25a43687a342f3ddce5d4b081bfadc1e (patch) | |
tree | 2fd06c877820c51601f9d866ce32087dd4398e5c | |
parent | 75c1da0c3f0a1245e0b1a2775245d85a831eee47 (diff) | |
download | gocapturedrefrace-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.go | 2 |
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) } |