github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/testdata/fillstruct/fill_struct_spaces.go (about)

     1  package fillstruct
     2  
     3  type StructD struct {
     4  	ExportedIntField int
     5  }
     6  
     7  func spaces() {
     8  	d := StructD{} //@suggestedfix("}", "refactor.rewrite")
     9  }