github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/rename/issue42134/3.go.golden (about)

     1  -- testCases-rename --
     2  package issue42134
     3  
     4  func _() {
     5  	/*
     6  	testCases contains test cases
     7  	*/
     8  	testCases := []struct { //@rename("tests", "testCases")
     9  		in, out string
    10  	}{}
    11  	_ = testCases
    12  }
    13