kon/vendor/github.com/mackerelio/go-osstat/uptime/uptime.go

9 lines
106 B
Go
Raw Permalink Normal View History

2024-07-02 16:36:04 +02:00
package uptime
import "time"
// Get uptime duration
func Get() (time.Duration, error) {
return get()
}