From 9827378121f1fc800171e84e4a9660615cb1f1db Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Oct 2024 21:50:28 +0200 Subject: add HasTag --- cmd/gos/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd') diff --git a/cmd/gos/main.go b/cmd/gos/main.go index 43bda4f..4926bf0 100644 --- a/cmd/gos/main.go +++ b/cmd/gos/main.go @@ -17,7 +17,6 @@ import ( const versionStr = "v0.0.2" -// TODO: now tag, to post a post immediately, ignoring the stats. func main() { dry := flag.Bool("dry", false, "Dry run") version := flag.Bool("version", false, "Display version") -- cgit v1.2.3