package utils import "time" func TimeStamp() string { return time.Now().Format(time.RFC3339) }