test
This commit is contained in:
parent
ff880e3030
commit
8b222d8432
2
main.go
2
main.go
@ -111,6 +111,8 @@ func main() {
|
|||||||
ownUserID32 = OwnUserID(client)
|
ownUserID32 = OwnUserID(client)
|
||||||
ownUserID64 = int64(OwnUserID(client))
|
ownUserID64 = int64(OwnUserID(client))
|
||||||
|
|
||||||
|
log.Println("Plop ..")
|
||||||
|
|
||||||
if *history {
|
if *history {
|
||||||
log.Println("Getting history ..")
|
log.Println("Getting history ..")
|
||||||
getHistory(client)
|
getHistory(client)
|
||||||
|
Loading…
Reference in New Issue
Block a user