MCPcopy Create free account
hub / github.com/go-task/task / Error

Method Error

taskfile/ast/platforms.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (err *ErrInvalidPlatform) Error() string {
34 return fmt.Sprintf(`invalid platform "%s"`, err.Platform)
35}
36
37// UnmarshalYAML implements yaml.Unmarshaler interface.
38func (p *Platform) UnmarshalYAML(node *yaml.Node) error {

Calls

no outgoing calls