Correct typo in example log statement.
This commit is contained in:
parent
e230b54427
commit
267cf94edc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func main() {
|
|||
time.AfterFunc(time.Second*10, func() {
|
||||
log.Println("Client shutting down...")
|
||||
client.Shutdown()
|
||||
log.Println("Client shutting complete.")
|
||||
log.Println("Client shutdown complete.")
|
||||
})
|
||||
|
||||
// Wait until the client either shuts down gracefully (or the user
|
||||
|
|
Loading…
Reference in a new issue