package pkg
import (
"time"
)
func Now() time.Time {
return time.Now()
}
func Now1() time.Time {
func Now2() {