github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/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 }