Sign in
go
/
tools
/
9abb02c1b5524bf655a0985bc101496a6b53ff71
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
stub_stdlib.go
blob: 4e13cf9a68a0e51238de493659a3d720fb849806 [
file
] [
log
] [
blame
]
package stub
import (
"io"
)
var _ io.Writer = writer{}
//@suggestedfix("w", "quickfix", "")
type writer struct{}