Get updated fasthttp when building fileserver with make

This commit is contained in:
Aliaksandr Valialkin
2015-12-06 19:52:44 +02:00
parent 16828fc733
commit bb1df8cf70
+2 -1
View File
@@ -1,5 +1,6 @@
fileserver: clean
go build -o fileserver
go get -u github.com/valyala/fasthttp
go build
clean:
rm -f fileserver