Sign in
go
/
tools
/
b901dff69f70fff28c1c83a8dbb38405d317780a
/
.
/
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
}