github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/fillstruct/data/a.go (about)

     1  package data
     2  
     3  type B struct {
     4  	ExportedInt   int
     5  	unexportedInt int
     6  }