From 2502611a119c228de203eab9f13ef80105fa3800 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Sun, 23 Feb 2025 22:55:05 -0600 Subject: [PATCH] add simple TODO --- main.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main.go b/main.go index e6f915a..8521f3b 100644 --- a/main.go +++ b/main.go @@ -9,6 +9,13 @@ import ( "github.com/andreykaipov/goobs/api/typedefs" ) +/* TODO: +1. Set password with a flag instead of text in the code +2. Loop output +3. Change Panic(err) to code that doesn't crash the program if it fails +4. Document functions +*/ + func main() { // change this password lol! client, err := goobs.New("localhost:4455", goobs.WithPassword("lwihuN0OUVTMeCMM"))