piv-agent
piv-agent copied to clipboard
Switch to time.ExternalNow() in exit timer
This API allows using CLOCK_BOOTTIME
instead of CLOCK_MONOTONIC
in the exit timer and thus correctly exiting after a long period of suspend.
https://github.com/golang/go/issues/36141#issuecomment-828667067
Looks like it will be introduced in Go 1.18-ish.