cloudflare / cf_benchmark

41 stars 14 forks source link

Install missing dependencies; set GOPATH to script directory #1

Closed ahrex closed 6 years ago

ahrex commented 6 years ago

golang and a required go crypto module were missing.

ahrex commented 6 years ago

Not for later versions of go.

alexander@node:~$ go version
go version go1.10.3 linux/X
alexander@node:~$ echo $GOPATH

alexander@node:~$ go env GOPATH
/home/alexander/go
vkrasnov commented 6 years ago

I would prefer to create a GOPATH in the working directory.

ahrex commented 6 years ago

Added an additional commit.