Closed rhysd closed 6 years ago
go-github-selfupdate only checks if the status is 200 or not. So 302 is not handled. Actually redirect may occur when repository is moved after the release was made public.
Go's http.Get supports redirect. So this is not the case. I may add a test case to ensure that redirect works.
http.Get
go-github-selfupdate only checks if the status is 200 or not. So 302 is not handled. Actually redirect may occur when repository is moved after the release was made public.