Files
exercism-workspace/go/.exercism/config.json
Alexander Heldt 74e8c6d6dc go
2025-11-08 14:31:07 +01:00

25 lines
381 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/go.gleam"
],
"test": [
"test/go_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elm/go"
],
"blurb": "Learn usage of Result by applying the rules of the game of Go"
}