hanayo/vendor/github.com/valyala/fasthttp/examples/helloworldserver/Makefile

7 lines
105 B
Makefile
Raw Normal View History

2019-02-23 13:29:15 +00:00
helloworldserver: clean
go get -u github.com/valyala/fasthttp
go build
clean:
rm -f helloworldserver