Sign in
go
/
tools
/
8d454fcd3096059f996b3f70b7d9c9e7deeb19a1
/
.
/
go
/
ssa
/
testdata
/
src
/
context
/
context.go
blob: d4f6c256cc586e262a5480b42470178e09529394 [
file
]
package context
type Context interface {
Done() <-chan struct{}
}
func Background() Context