mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Get updated fasthttp when building fileserver with make
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fileserver: clean
|
||||
go build -o fileserver
|
||||
go get -u github.com/valyala/fasthttp
|
||||
go build
|
||||
|
||||
clean:
|
||||
rm -f fileserver
|
||||
|
||||
Reference in New Issue
Block a user