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