io/fs.FileInfo.ModTime (method)

7 uses

	io/fs (current package)
		fs.go#L154: 	ModTime() time.Time // modification time

	net
		dnsclient_unix.go#L370: 		mtime = fi.ModTime()
		dnsconfig_unix.go#L55: 		conf.mtime = fi.ModTime()
		parse.go#L80: 	return st.ModTime(), st.Size(), nil

	net/http
		fs.go#L653: 		if checkIfModifiedSince(r, d.ModTime()) == condFalse {
		fs.go#L657: 		setLastModified(w, d.ModTime())
		fs.go#L664: 	serveContent(w, r, d.Name(), d.ModTime(), sizeFunc, f)