Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
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{}