academy-chauffeurs - utils.go

package main

import (
	"time"
)

func now() int64 {
	return time.Now().Unix()
}