omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
928 stars 71 forks source link

Fix module name #26

Closed AnatolyRugalev closed 3 years ago

AnatolyRugalev commented 3 years ago

Hi!

First of all, great project!

We're trying to use this tool in our go toolchain and found out that go.mod module name is not very friendly for Go ecosystem.

This pull request is trying to fix that.

After this change it will be possible to install ktunnel with simple go get github.com/omrikiei/ktunnel or go install github.com/omrikiei/ktunnel.

Thanks!