io/fs.FileInfo.ModTime (method)
11 uses
io/fs (current package)
format.go#L43: b = append(b, info.ModTime().Format(time.DateTime)...)
fs.go#L162: ModTime() time.Time // modification time
net
dnsclient_unix.go#L417: mtime = fi.ModTime()
dnsconfig_unix.go#L34: conf.mtime = fi.ModTime()
nss.go#L66: mtime = fi.ModTime()
parse.go#L72: return st.ModTime(), st.Size(), nil
parse.go#L88: return st.ModTime(), st.Size(), nil
net/http
fs.go#L745: if checkIfModifiedSince(r, d.ModTime()) == condFalse {
fs.go#L749: setLastModified(w, d.ModTime())
fs.go#L756: serveContent(w, r, d.Name(), d.ModTime(), sizeFunc, f)
runtime/pprof
pe.go#L18: return file + s.ModTime().String()