Updated Timeouts (markdown)

Arsham Shirvani 2018-03-20 16:40:09 +00:00
parent 2deeb9f642
commit b6e07a38aa

@ -1,7 +1,7 @@
# Timeouts and Deadlines # Timeouts and Deadlines
To abandon synchronous calls that run too long, use the select statement with time.After: To abandon synchronous calls that run too long, use the select statement with time.After:
``` ```go
import "time" import "time"
c := make(chan error, 1) c := make(chan error, 1)