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