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