rhysd / go-github-selfupdate

Binary self-update mechanism for Go commands using GitHub
https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate
MIT License
597 stars 76 forks source link

Fix bad go get within readme #15

Closed tobiaskohlbau closed 6 years ago

tobiaskohlbau commented 6 years ago

Go get works with package names not with urls.

rhysd commented 6 years ago

Ah, thank you for fixing this. I overlooked it.

tobiaskohlbau commented 6 years ago

Thanks for the fast response :-)