JSON.golden

 1{
 2  "From": "main.go",
 3  "To": "main.go",
 4  "Hunks": [
 5    {
 6      "FromLine": 4,
 7      "ToLine": 4,
 8      "Lines": [
 9        {
10          "Kind": 2,
11          "Content": "\t\t\"fmt\"\n"
12        },
13        {
14          "Kind": 2,
15          "Content": "\t)\n"
16        },
17        {
18          "Kind": 2,
19          "Content": "\n"
20        },
21        {
22          "Kind": 2,
23          "Content": "\tfunc main() {\n"
24        },
25        {
26          "Kind": 0,
27          "Content": "\t\tfmt.Println(\"Hello, World!\")\n"
28        },
29        {
30          "Kind": 1,
31          "Content": "\t\tcontent := \"Hello, World!\"\n"
32        },
33        {
34          "Kind": 1,
35          "Content": "\t\tfmt.Println(content)\n"
36        },
37        {
38          "Kind": 2,
39          "Content": "\t}"
40        }
41      ]
42    }
43  ]
44}