aboutsummaryrefslogtreecommitdiff
path: root/client_unix_test.go
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-05-04 17:26:36 +0300
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-05-04 17:26:36 +0300
commit27e5b1641e2ed8d076f460de9603f569b2662a68 (patch)
tree8ba0c40ce23bac5325f1093c64e46d1820fbe681 /client_unix_test.go
parentMerge pull request #89 from ernado/feature/windows-fs-fix (diff)
downloadfasthttp-27e5b1641e2ed8d076f460de9603f569b2662a68.tar.gz
fasthttp-27e5b1641e2ed8d076f460de9603f569b2662a68.tar.bz2
fasthttp-27e5b1641e2ed8d076f460de9603f569b2662a68.zip
simplified build tags in client_unix_test.go according to the comment at https://github.com/valyala/fasthttp/pull/89/files#r62045992
Diffstat (limited to 'client_unix_test.go')
-rw-r--r--client_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_unix_test.go b/client_unix_test.go
index 071c899..9eafee9 100644
--- a/client_unix_test.go
+++ b/client_unix_test.go
@@ -1,4 +1,4 @@
-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
+// +build !windows
package fasthttp