update with version
This commit is contained in:
parent
007f9e4c76
commit
64b0b7fe52
1
def.go
1
def.go
@ -43,6 +43,7 @@ type MQKeepAlive struct {
|
||||
Nickname string `json:"nick"`
|
||||
Queue string `json:"queue"`
|
||||
Date time.Time `json:"date"`
|
||||
Build string `json:"build"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
1
main.go
1
main.go
@ -32,6 +32,7 @@ var (
|
||||
history = flag.Bool("history", false, "initialize chat history")
|
||||
historyChatID64 = flag.Int64("chat_id", 0, "chat to historize")
|
||||
historySenderUserID64 = flag.Int64("sender_user_id", 0, "sender_user_id to historize")
|
||||
githash = "unknown"
|
||||
|
||||
cfg Config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user