Files
fasthttp/examples/multidomain/Makefile
T

7 lines
90 B
Makefile

writer: clean
go get -u github.com/valyala/fasthttp
go build
clean:
rm -f multidomain