Hello
Am trying to build K6 from source. Am trying to follow the steps listed in README. However when I execute
go get github.com/loadimpact/k6
it ends up with an exception
build github.com/loadimpact/k6: cannot load hash/maphash: malformed module path "hash/maphash": missing dot in first path element
.
Am unsure as to what is missing in my environment. Am on go version go1.13 darwin/amd64
Thanks