Update README.md

This commit is contained in:
田欧 2019-02-20 13:17:27 +08:00 committed by GitHub
parent 909ccd2ccf
commit 6c7b37f135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1678,7 +1678,7 @@ func main() {
case <-ctx.Done():
log.Println("timeout of 5 seconds.")
}
log.Println("Server exiting")
log.Println("Server exiting")
}
```