github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/testdata/stub/other/other.go (about) 1 package other 2 3 import ( 4 "bytes" 5 renamed_context "context" 6 ) 7 8 type Interface interface { 9 Get(renamed_context.Context) *bytes.Buffer 10 }