github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/rename/issue42134/3.go (about) 1 package issue42134 2 3 func _() { 4 /* 5 tests contains test cases 6 */ 7 tests := []struct { //@rename("tests", "testCases") 8 in, out string 9 }{} 10 _ = tests 11 }