aboutsummaryrefslogtreecommitdiff
path: root/stackless
diff options
context:
space:
mode:
authorGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-12 23:56:32 +0300
committerGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-12 23:56:32 +0300
commit110dea26f8b7a4cf44a2496c275bbe434037a0d5 (patch)
treeb14a80ee46c449872d2694dea3dfb91852ccbba0 /stackless
parentUpdate LICENSE (diff)
downloadfasthttp-110dea26f8b7a4cf44a2496c275bbe434037a0d5.tar.gz
fasthttp-110dea26f8b7a4cf44a2496c275bbe434037a0d5.tar.bz2
fasthttp-110dea26f8b7a4cf44a2496c275bbe434037a0d5.zip
ci, reuseport, writer: update travis config and goimports -w on whole project
Signed-off-by: Kirill Danshin <kirill@danshin.pro>
Diffstat (limited to 'stackless')
-rw-r--r--stackless/writer.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/stackless/writer.go b/stackless/writer.go
index 9b9ff09..c2053f9 100644
--- a/stackless/writer.go
+++ b/stackless/writer.go
@@ -3,8 +3,9 @@ package stackless
import (
"errors"
"fmt"
- "github.com/valyala/bytebufferpool"
"io"
+
+ "github.com/valyala/bytebufferpool"
)
// Writer is an interface stackless writer must conform to.