io/fs.FileInfo.ModTime (method)
10 uses
	io/fs (current package)
		format.go#L43: 	b = append(b, info.ModTime().Format(time.DateTime)...)
		fs.go#L161: 	ModTime() time.Time // modification time
	net
		dnsclient_unix.go#L416: 			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)
|  | 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. |