platformKey is a comparable os/arch pair for set comparison.
| 21 | |
| 22 | // platformKey is a comparable os/arch pair for set comparison. |
| 23 | type platformKey struct{ os, arch string } |
| 24 | |
| 25 | // goreleaserConfig is the slice of .goreleaser.yaml we assert against: the |
| 26 | // goos x goarch cross-product goreleaser builds a binary for. |
nothing calls this directly
no outgoing calls
no test coverage detected