Correct typo in example log statement.

This commit is contained in:
Dave Collins 2014-05-11 13:30:25 -05:00
parent e230b54427
commit 267cf94edc

View file

@ -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