time.Time.Equal (method)
7 uses
	time (current package)
		time.go#L305: func (t Time) Equal(u Time) bool {
		time.go#L921: 	case u.Add(d).Equal(t):
	net
		dnsclient_unix.go#L418: 		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) 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |