time.Time.Equal (method)
10 uses
time (current package)
time.go#L312: func (t Time) Equal(u Time) bool {
time.go#L1201: case u.Add(d).Equal(t):
go.pact.im/x/flaky
schedule.go#L144: if now.Equal(next) {
log/slog
value.go#L163: if v.Equal(t) {
value.go#L435: return v.time().Equal(w.time())
net
dnsclient_unix.go#L419: if mtime.Equal(conf.dnsConfig.Load().mtime) {
hosts.go#L60: if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
nss.go#L68: if mtime.Equal(conf.nssConf.mtime) {
net/http
fs.go#L618: return t.IsZero() || t.Equal(unixEpochTime)
server.go#L1085: if !hdrDeadline.Equal(wholeReqDeadline) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)