@ -15,3 +15,4 @@
# Dependency directories (remove the comment below to include it)
# vendor/
.idea
@ -0,0 +1,7 @@
package log
import "time"
func Print() {
Infof(time.Now().UTC().Format(time.RFC3339))
}