add simple TODO
This commit is contained in:
parent
f89089b816
commit
2502611a11
7
main.go
7
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"))
|
||||
|
|
Loading…
Reference in New Issue