github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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 }