Unable to compile tyk2.3.99

Hi,
Can anyone please help me compile tyk2.3.99.

I am using Ubuntu 14.04, golang 1.8.
While compiling I am getting following error
cannot use "tyk/vendor/github.com/Sirupsen/logrus".Fields literal (type "tyk/vendor/github.com/Sirupsen/logrus".Fields) as type "github.com/TykTechnologies/tyk/vendor/github.com/Sirupsen/logrus".Fields in argument to log.WithFields

Thanks

You set up the repository in your GOPATH wrong - try with go get github.com/TykTechnologies/tyk.

Thanks Mvdan !
It worked :slight_smile: