From b6e07a38aabee78dfd7058fe092da157cbc9e240 Mon Sep 17 00:00:00 2001 From: Arsham Shirvani Date: Tue, 20 Mar 2018 16:40:09 +0000 Subject: [PATCH] Updated Timeouts (markdown) --- Timeouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timeouts.md b/Timeouts.md index 75192295..90301943 100644 --- a/Timeouts.md +++ b/Timeouts.md @@ -1,7 +1,7 @@ # Timeouts and Deadlines To abandon synchronous calls that run too long, use the select statement with time.After: -``` +```go import "time" c := make(chan error, 1)