//go:build darwin package themis import ( "time" ) // Uptime returns the time elapsed since the start of the current process ID. func Uptime() (time.Duration, error) { return 0, nil }