aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-02-05 18:14:23 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-02-05 18:14:23 +0200
commit338fe46307aad35771b73f3f146dec3851c23f7f (patch)
tree659dba671cc3b7ca2e1dda6469c7ac1f7080de43 /examples
parentMoved expvarhandler from fasthttputil to fasthttp root (diff)
downloadfasthttp-338fe46307aad35771b73f3f146dec3851c23f7f.tar.gz
fasthttp-338fe46307aad35771b73f3f146dec3851c23f7f.tar.bz2
fasthttp-338fe46307aad35771b73f3f146dec3851c23f7f.zip
Diffstat (limited to 'examples')
-rw-r--r--examples/fileserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fileserver/Makefile b/examples/fileserver/Makefile
index 3ea222e..0c000b3 100644
--- a/examples/fileserver/Makefile
+++ b/examples/fileserver/Makefile
@@ -1,6 +1,6 @@
fileserver: clean
go get -u github.com/valyala/fasthttp
- go get -u github.com/valyala/fasthttp/fasthttputil/expvarhandler
+ go get -u github.com/valyala/fasthttp/expvarhandler
go build
clean: