Closed meskio closed 5 years ago
workaround:
go get -u -v github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
# observe failure
cd $GOPATH/src/github.com/OperatorFoundation/shapeshifter-dispatcher/
git reset --hard 3eee4e2
cd shapeshifter-dispatcher
go build
win!
workaround if you don't want to observe the failure:
mkdir -p $GOPATH/src/github.com/OperatorFoundation/ &&
cd $GOPATH/src/github.com/OperatorFoundation/ &&
git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher.git &&
cd shapeshifter-dispatcher/shapeshifter-dispatcher &&
git reset --hard 3eee4e2 &&
go get .
There was also a bit of unpushed code in obfs4 so that may have had something to do with it. It has been pushed so everything should work now! Thank you for letting me know!
The current code in master doesn't compile:
It looks like there was a
Dialer
introduced in 770bc14548a6a48ccbc8be0f0583122cf1dc6f6e to theobfs4.Transport
struct, but it hasn't being added to shapeshifter-transports.