GoPLS Viewer

Home|gopls/go/ssa/testdata/src/context/context.go
1package context
2
3type Context interface {
4    Done() <-chan struct{}
5}
6
7func Background() Context
8
MembersX
Context
Background
Members
X