Add goplay for running in go playground

This commit is contained in:
Alexander Krieg
2019-06-15 18:46:53 +00:00
parent 4c65000c4c
commit 9ca36323da

View File

@@ -38,6 +38,7 @@ RUN go get -u -v \
golang.org/x/tools/cmd/gorename \
github.com/rogpeppe/godef \
github.com/zmb3/gogetdoc \
github.com/haya14busa/goplay/cmd/goplay \
github.com/sqs/goreturns \
github.com/josharian/impl \
github.com/davidrjenni/reftools/cmd/fillstruct \