.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / internal / lsp / testdata / rename / bad / bad.go.in
1 package bad
2
3 type myStruct struct {
4 }
5
6 func (s *myStruct) sFunc() bool { //@rename("sFunc", "rFunc")
7         return s.Bad
8 }