@ -1,4 +1,4 @@
module git.drinkme.beer/frank/log
module git.drinkme.beer/frank/log/v2
go 1.14
@ -5,3 +5,9 @@ import "time"
func Print() {
Infof(time.Now().UTC().Format(time.RFC3339))
}
func PrintV2() {
Infof("=====> %s", time.Now().UTC().Format(time.RFC3339))