ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
184 stars 20 forks source link

use direnv layout feature #248

Closed nikolay-ngrok closed 1 year ago

nikolay-ngrok commented 1 year ago

What

I noticed $GOPATH wasn't setting correctly in my shell (fishshell), so this fixes it.

How

Change .envrc to use layout go which updates $GOPATH and $PATH automatically.

Breaking Changes

None