Browse Source

2022-10-20

pull/2/head
frank 2 years ago
parent
commit
4f23d1dcbc
  1. 1
      .gitignore
  2. 7
      print.go

1
.gitignore

@ -15,3 +15,4 @@
# Dependency directories (remove the comment below to include it)
# vendor/
.idea

7
print.go

@ -0,0 +1,7 @@
package log
import "time"
func Print() {
Infof(time.Now().UTC().Format(time.RFC3339))
}
Loading…
Cancel
Save