summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-31 23:20:13 +0200
committerPaul Buetow <paul@buetow.org>2024-10-31 23:20:13 +0200
commit9581ebeb48c48425f2f8f5160455f26dcdc0c550 (patch)
tree997d409962e23cee59d2fbb0a4bc577472dafb20 /cmd
parentc2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 (diff)
som stuff
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gos/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go
index af5a619..060e39f 100644
--- a/cmd/gos/main.go
+++ b/cmd/gos/main.go
@@ -49,6 +49,7 @@ func main() {
OAuth2Browser: *browser,
}
for _, platform := range strings.Split(*platforms, ",") {
+ // TODO: Move parsing to config package.
// E.g. Mastodon:500
parts := strings.Split(platform, ":")
var err error