fileserver: clean
	go get -u github.com/valyala/fasthttp
	go get -u github.com/valyala/fasthttp/expvarhandler
	go build

clean:
	rm -f fileserver
