MCPcopy
hub / github.com/go-task/task / Platform

Struct Platform

taskfile/ast/platforms.go:14–17  ·  view source on GitHub ↗

Platform represents GOOS and GOARCH values

Source from the content-addressed store, hash-verified

12
13// Platform represents GOOS and GOARCH values
14type Platform struct {
15 OS string
16 Arch string
17}
18
19func (p *Platform) DeepCopy() *Platform {
20 if p == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected