github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/godef/b/c.go (about) 1 package b 2 3 // This is the in-editor version of the file. 4 // The on-disk version is in c.go.saved. 5 6 var _ = S1{ //@godef("S1", S1) 7 F1: 99, //@godef("F1", S1F1) 8 }