Updated readme and go version

This commit is contained in:
Caleb Gardner
2021-09-18 06:22:06 -05:00
parent ce9d4aed23
commit 2f0ca5418c
6 changed files with 47 additions and 28 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func downloadWine(parent *gtk.Window, cb chan bool) {
}
defer wineTar.Close()
check := http.Client{
CheckRedirect: func(r *http.Request, via []*http.Request) error {
CheckRedirect: func(r *http.Request, _ []*http.Request) error {
r.URL.Opaque = r.URL.Path
return nil
},