Comment on Quartz: A Deterministic Time Testing Library for GoparentComments−TheDong2ySince go don’t use the libc related time functions on linux, but rather makes syscalls directly, faketime will not work for any programs written in Go.−rmetzler2yThank you for clarifying.
Comments
Since go don’t use the libc related time functions on linux, but rather makes syscalls directly, faketime will not work for any programs written in Go.
Thank you for clarifying.