Verify Windows cross-compile and Linux regression for Windows support
- GOOS=windows GOARCH=amd64 go build ./... (whole module links) - GOOS=darwin GOARCH=amd64 go build ./... (!linux && !windows fallback intact) - go build ./... && go test ./... (Linux host green, incl. new winapi/evidence tests) - go vet ./... on linux and windows (clean) - cmd/antidriftd cross-compiles to a real PE32+ x86-64 .exe
This commit is contained in: