summaryrefslogtreecommitdiff
path: root/go/lasagna/.exercism/config.json
blob: 5dbbba1518f8a168fe892a61344107dbf16548e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "blurb": "Learn about packages, functions, and variables by helping Gopher cook lasagna.",
  "authors": [
    "tehsphinx"
  ],
  "contributors": [
    "ekingery",
    "andrerfcsantos",
    "bobtfish"
  ],
  "forked_from": [
    "csharp/lucians-luscious-lasagna"
  ],
  "files": {
    "solution": [
      "lasagna.go"
    ],
    "test": [
      "lasagna_test.go"
    ],
    "exemplar": [
      ".meta/exemplar.go"
    ]
  }
}