removed unused global
This commit is contained in:
3
main.go
3
main.go
@ -10,9 +10,6 @@ import (
|
|||||||
"samhofi.us/x/keybase/types/stellar1"
|
"samhofi.us/x/keybase/types/stellar1"
|
||||||
)
|
)
|
||||||
|
|
||||||
// this global controls debug printing
|
|
||||||
var debug bool
|
|
||||||
|
|
||||||
// Bot holds the necessary information for the bot to work.
|
// Bot holds the necessary information for the bot to work.
|
||||||
type bot struct {
|
type bot struct {
|
||||||
k *keybase.Keybase
|
k *keybase.Keybase
|
||||||
|
|||||||
Reference in New Issue
Block a user