Omit type of stream

This commit is contained in:
Gregory 'Rudi' Rudolph
2019-09-22 08:40:55 -04:00
parent 327159443b
commit c66e70ed16

View File

@ -13,7 +13,7 @@ import (
var k = keybase.NewKeybase()
var channel keybase.Channel
var channels [] keybase.Channel
var stream bool = false
var stream = false
var lastMessage keybase.ChatAPI
func main() {