time.Time.Equal (method)
7 uses
time (current package)
time.go#L295: func (t Time) Equal(u Time) bool {
time.go#L900: case u.Add(d).Equal(t):
net
dnsclient_unix.go#L402: 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#L542: return t.IsZero() || t.Equal(unixEpochTime)
server.go#L1043: if !hdrDeadline.Equal(wholeReqDeadline) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |