github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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  }