aboutsummaryrefslogtreecommitdiff
path: root/uri_unix.go
diff options
context:
space:
mode:
authorGravatar Aleksandr Razumov <ar@cydev.ru> 2016-05-04 13:22:58 +0300
committerGravatar Aleksandr Razumov <ar@cydev.ru> 2016-05-04 13:22:58 +0300
commit92ec2638f3f73ddd912d927230c49aa9466ad281 (patch)
tree495ff7a08e87baf642e0640c6984eb7b84c0d903 /uri_unix.go
parentfix tests on unix (diff)
downloadfasthttp-92ec2638f3f73ddd912d927230c49aa9466ad281.tar.gz
fasthttp-92ec2638f3f73ddd912d927230c49aa9466ad281.tar.bz2
fasthttp-92ec2638f3f73ddd912d927230c49aa9466ad281.zip
go fmt
Diffstat (limited to 'uri_unix.go')
-rw-r--r--uri_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/uri_unix.go b/uri_unix.go
index 469709d..1e30733 100644
--- a/uri_unix.go
+++ b/uri_unix.go
@@ -2,7 +2,6 @@
package fasthttp
-
func addLeadingSlash(dst, src []byte) []byte {
// add leading slash for unix paths
if len(src) == 0 || src[0] != '/' {