Sign in
go
/
tools
/
aa9f4b2f3d575daef809d1fc76c01a33b13e7bce
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
stub_renamed_import.go
blob: 54dd598013dcd0d543b22ddf7e0d71af67f17356 [
file
] [
log
] [
blame
]
package stub
import (
"compress/zlib"
myio "io"
)
var _ zlib.Resetter = &myIO{}
//@suggestedfix("&", "refactor.rewrite", "")
var _ myio.Reader
type myIO struct{}