Hey I wanted to get started with this project by using the provided gsbot example.
However it does currently not compile and I'm getting this error:
# command-line-arguments
./gsbot.go:34:3: too few values in &gsbot.LogOnDetails literal
Seems like something in the struct has changed and hasn't been updated in gsbot.go? Or is the fault on my part?