Error : cannot use ctx (type "context".Context) as type endpoint.Endpoint in argument to "github.com/go-kit/kit/transport/http".NewServer Expected Behavior - it should compile and build Actual Behavior - Build fails with the above error. Steps to reproduce - build the code for this project
Error : cannot use ctx (type "context".Context) as type endpoint.Endpoint in argument to "github.com/go-kit/kit/transport/http".NewServer
Expected Behavior - it should compile and build
Actual Behavior - Build fails with the above error.
Steps to reproduce