github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/fillstruct/data/a.go (about)

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