mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
7 lines
90 B
Makefile
7 lines
90 B
Makefile
writer: clean
|
|
go get -u github.com/valyala/fasthttp
|
|
go build
|
|
|
|
clean:
|
|
rm -f multidomain
|