MCPcopy Create free account
hub / github.com/codehamr/codehamr / platformKey

Struct platformKey

internal/update/drift_test.go:23–23  ·  view source on GitHub ↗

platformKey is a comparable os/arch pair for set comparison.

Source from the content-addressed store, hash-verified

21
22// platformKey is a comparable os/arch pair for set comparison.
23type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected