{
"id": "scope-boundary:go.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:go",
"inScope": "Cloud-native backends, network services, CLIs, and devops tooling\n(Kubernetes, Docker, Terraform are all Go). Sweet spot: small static\nbinaries, fast compile, simple concurrency via goroutines.\n",
"outOfScope": "Heavy generic-programming or DSL workloads, GUI apps, ML training,\nand domains that need sum types / pattern matching idiomatically.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:go.scope",
"to": "language:go",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}