github.com/jd-ly/tools@v0.5.7/internal/lsp/testdata/rename/testy/testy.go (about) 1 package testy 2 3 type tt int //@rename("tt", "testyType") 4 5 func a() { 6 foo := 42 //@rename("foo", "bar") 7 }