github.com/v2fly/tools@v0.100.0/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 }