Environment variables is here
We are necessary dep to install dependency packages.
dep ensure -vendor-only
make build
ENV=development ./bin/speedtest-server
If you want to run client on another port (default is 8000), you should rewrite cmd/fast/main.go:10
before build client code.
And build it like this.
./bin/speedtest-client