func()

in ctxtool/cancel.go [85:87]


func (c cancelContext) Deadline() (deadline time.Time, ok bool) {
	return time.Time{}, false
}