dim-an / cod

cod is a completion daemon for bash/fish/zsh
Apache License 2.0
517 stars 23 forks source link

Fix Go module path #28

Closed gschauer closed 3 years ago

gschauer commented 3 years ago

By using the correct (full-qualified) module path, go get builds the binary and copies it into the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set.

dim-an commented 3 years ago

Thanks for PR, have merged it.