diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-27 21:50:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-27 21:50:28 +0200 |
| commit | 9827378121f1fc800171e84e4a9660615cb1f1db (patch) | |
| tree | a2978d493e1e7e996dab28dcb7304fa4abb23952 /cmd | |
| parent | 10eb852c01e84619340290d1cbaba0b116dd3267 (diff) | |
add HasTag
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gos/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
