io/fs.FileInfo.ModTime (method)
10 uses
io/fs (current package)
format.go#L43: b = append(b, info.ModTime().Format(time.DateTime)...)
fs.go#L155: ModTime() time.Time // modification time
net
dnsclient_unix.go#L400: mtime = fi.ModTime()
dnsconfig_unix.go#L33: 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#L669: if checkIfModifiedSince(r, d.ModTime()) == condFalse {
fs.go#L673: setLastModified(w, d.ModTime())
fs.go#L680: serveContent(w, r, d.Name(), d.ModTime(), sizeFunc, f)
|
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. |