mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
10 lines
129 B
Go
10 lines
129 B
Go
// +build !linux,!windows,!darwin,!freebsd,!openbsd,!netbsd
|
|
|
|
package sysutil
|
|
|
|
import "time"
|
|
|
|
func init() {
|
|
btime = time.Now()
|
|
}
|