Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

simplify dial timeout context #94

Merged
merged 1 commit into from
Sep 19, 2021
Merged

Commits on Sep 18, 2021

  1. simplify dial timeout context

    From the documentation:
    WithDeadline returns a copy of the parent context with the deadline
    adjusted to be no later than d. If the parent's deadline is already
    earlier than d, WithDeadline(parent, d) is semantically equivalent to
    parent.
    marten-seemann committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    0e6e02b View commit details
    Browse the repository at this point in the history