diff options
author | pommicket <pommicket@gmail.com> | 2023-08-04 19:35:48 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-04 19:35:48 -0400 |
commit | 45d69107725a02cf6d912a571b771da3ef5abfbf (patch) | |
tree | 6b5d44104f57074dc00f1bab8eed986ca707b8a2 /test/lsp/go | |
parent | f278b832dc6e085d05b243bbae2af82e78e36d6d (diff) |
textDocument/documentLink parsing
Diffstat (limited to 'test/lsp/go')
-rw-r--r-- | test/lsp/go/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lsp/go/main.go b/test/lsp/go/main.go index d60bcd1..1cf4073 100644 --- a/test/lsp/go/main.go +++ b/test/lsp/go/main.go @@ -7,6 +7,7 @@ type X struct { y int } +/// https://example.com func main() { _, err := fmt.Println("hello world"); if err != nil { |