We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76712b commit 1499bf6Copy full SHA for 1499bf6
Makefile
@@ -39,7 +39,6 @@ endif
39
40
vet:
41
GOOS=darwin GOARCH=amd64 go vet ./...
42
- GOOS=darwin GOARCH=386 go vet ./...
43
GOOS=darwin GOARCH=arm64 go vet ./...
44
45
GOOS=dragonfly GOARCH=amd64 go vet ./...
README.md
@@ -31,7 +31,7 @@ can be skipped.
31
- FreeBSD i386/amd64/arm
32
- Linux i386/amd64/arm(raspberry pi)
33
- Windows i386/amd64/arm/arm64
34
-- Darwin i386/amd64
+- Darwin amd64/arm64
35
- OpenBSD amd64 (Thank you @mpfz0r!)
36
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
37
@jen20!)
0 commit comments