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