ripple-api/app/v1/init.go
2016-04-09 18:14:38 +02:00

10 lines
70 B
Go

package v1
import (
"time"
)
func init() {
upSince = time.Now()
}