time.Time.Equal (method)
8 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) {
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#L613: return t.IsZero() || t.Equal(unixEpochTime)
server.go#L1092: if !hdrDeadline.Equal(wholeReqDeadline) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)