@@ -0,0 +1,14 @@
//go:build linux
package main
import (
"os"
"syscall"
)
func filemodtime(build string) int64 {
fibuild, _ := os.Stat(build)
tb := fibuild.Sys().(*syscall.Stat_t).Mtim
return tb.Sec
}
The note is not visible to the blocked user.