github.com/v2fly/tools@v0.100.0/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  }