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