mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
632e222c2a
* examples/host_client * examples/client * examples/client/client.go refine imports Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> * examples/host_client/hostclient.go refine imports Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
7 lines
85 B
Makefile
7 lines
85 B
Makefile
client: clean
|
|
go get -u github.com/valyala/fasthttp
|
|
go build
|
|
|
|
clean:
|
|
rm -f client
|