go/internal/lsp/testdata/semantic
Hana (Hyang-Ah) Kim 8ccb25c9a3 internal/lsp: treat struct tags as string type
For golang/go#54066

Change-Id: Ia4f0bf0b4d76743a7f4fafc375859db7184753fb
Reviewed-on: https://go-review.googlesource.com/c/tools/+/419498
Reviewed-by: Peter Weinberger <pjw@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
2022-07-26 20:35:51 +00:00
..
README.md internal/lsp: in semantic tokens, better distinguish between types and variables 2021-05-11 14:51:35 +00:00
a.go internal/lsp/semantic: improve semantic token processing 2021-07-14 22:42:09 +00:00
a.go.golden internal/lsp: treat struct tags as string type 2022-07-26 20:35:51 +00:00
b.go internal/lsp: add semantic tokens for arrows in declarations 2022-04-07 14:52:22 +00:00
b.go.golden internal/lsp: add semantic tokens for arrows in declarations 2022-04-07 14:52:22 +00:00
semantic_test.go

README.md

The golden files are the output of gopls semtok <src-file>, with -- semantic -- inserted as the first line (the spaces are mandatory) and an extra newline at the end.