add simple TODO

This commit is contained in:
Octopus Octopus 2025-02-23 22:55:05 -06:00
parent f89089b816
commit 2502611a11
1 changed files with 7 additions and 0 deletions

View File

@ -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"))