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