github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/godef/b/h.go.golden (about)

     1  -- AStuff-hoverdef --
     2  ```go
     3  func AStuff()
     4  ```
     5  
     6  [`a.AStuff` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/godef/a?utm_source=gopls#AStuff)
     7  -- AVariable-hoverdef --
     8  ```go
     9  var _ A
    10  ```
    11  
    12  variable of type a\.A