We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906c87e + fb7f85e commit 2965b28Copy full SHA for 2965b28
tools/download.go
@@ -51,10 +51,11 @@ type index struct {
51
}
52
53
var systems = map[string]string{
54
- "linuxamd64": "x86_64-linux-gnu",
55
- "linux386": "i686-linux-gnu",
56
- "darwinamd64": "apple-darwin",
57
- "windows386": "i686-mingw32",
+ "linuxamd64": "x86_64-linux-gnu",
+ "linux386": "i686-linux-gnu",
+ "darwinamd64": "apple-darwin",
+ "windows386": "i686-mingw32",
58
+ "windowsamd64": "i686-mingw32",
59
60
61
func mimeType(data []byte) (string, error) {
0 commit comments