func golang.org/x/net/context.WithDeadline

2 uses

	golang.org/x/net/context (current package)
		go17.go#L47: func WithDeadline(parent Context, deadline time.Time) (Context, CancelFunc) {
		go17.go#L63: 	return WithDeadline(parent, time.Now().Add(timeout))