1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

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() {