Sign in
go
/
tools
/
c0d5e8918928cb7629f88b55682d154ba05fe942
/
.
/
internal
/
lsp
/
testdata
/
rename
/
crosspkg
/
other
/
other.go
blob: 10d17cd34b5c5666baff62c3e229046c10b45b0a [
file
] [
log
] [
blame
]
package other
import "golang.org/x/tools/internal/lsp/rename/crosspkg"
func Other() {
crosspkg.Bar
crosspkg.Foo()
//@rename("Foo", "Flamingo")
}