FROM golang:rc-stretch

VOLUME /go

WORKDIR /go/src/berty.tech/experiment/dht/src/matrix

CMD go test .
