diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-31 23:20:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-31 23:20:13 +0200 |
| commit | 9581ebeb48c48425f2f8f5160455f26dcdc0c550 (patch) | |
| tree | 997d409962e23cee59d2fbb0a4bc577472dafb20 /cmd | |
| parent | c2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 (diff) | |
som stuff
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gos/main.go | 1 |
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 |
