wide/data/user_workspaces/admin/src/mytest/time/pkg/time.go

18 lines
141 B
Go

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