Closed tgirod closed 4 years ago
Sorry that there has been no response.
I am not sure what causes the issue you are seeing. You can try to ensure you are depending on the master version of rest-layer.
$ go get -u github.com/rs/rest-layer@master
I confirm that pointing to the master version solves the issue. Thank you!
As v0.2 has been released some time ago, I am closing this issue.
In a folder with some code that works when compiled inside $GOPATH:
Is there something to modify in github.com/rs/rest-layer/resource/testing/mem to make it go modules compatible?