Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
other
/
other.go
blob: ba3c1747ab719a58c336acfaee7febf7dc669ea6 [
file
] [
log
] [
blame
]
package other
import (
"bytes"
renamed_context "context"
)
type Interface interface {
Get(renamed_context.Context) *bytes.Buffer
}