Sign in
go
/
tools
/
434f7a8fef20980f5030380dbfe8388b63ff7c7a
/
.
/
internal
/
lsp
/
testdata
/
upgradedep
/
primarymod
/
main.go
blob: 467cbf3755e3d7dd2a98202c061515bcdf89da0b [
file
] [
log
] [
blame
]
// Package upgradedep does something
package upgradedep
import (
"example.com/extramodule/pkg"
)
func Yo() {
_ = pkg.Test
}