II.
InstallMethod JSON
Structured · liveinstall:go-install
go install json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "install:go-install",
"_kind": "InstallMethod",
"_file": "capabilities/install-methods/go-install.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "go install",
"kind": "go-install",
"platforms": [
"darwin",
"linux",
"win32"
],
"command": "go install {{module-path}}@{{version}}",
"prerequisiteCheck": "go version"
},
"outgoingEdges": [],
"incomingEdges": []
}