eac0339236c9e4c91f4f8b93d466653e1db91b5c
[dotfiles/.git] / unclosedIf.go.golden
1 -- myUnclosedIf-definition --
2 godef/broken/unclosedIf.go:7:7-19: defined here as ```go
3 var myUnclosedIf string
4 ```
5
6 \@myUnclosedIf
7 -- myUnclosedIf-definition-json --
8 {
9         "span": {
10                 "uri": "file://godef/broken/unclosedIf.go",
11                 "start": {
12                         "line": 7,
13                         "column": 7,
14                         "offset": 68
15                 },
16                 "end": {
17                         "line": 7,
18                         "column": 19,
19                         "offset": 80
20                 }
21         },
22         "description": "```go\nvar myUnclosedIf string\n```\n\n\\@myUnclosedIf"
23 }
24
25 -- myUnclosedIf-hover --
26 ```go
27 var myUnclosedIf string
28 ```
29
30 \@myUnclosedIf