Puuuussshhh
This commit is contained in:
14
chronical.go
Normal file
14
chronical.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/rs/zerolog"
|
||||
|
||||
"chronical/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
zerolog.TimeFieldFormat = zerolog.TimeFormatUnix
|
||||
zerolog.SetGlobalLevel(zerolog.InfoLevel)
|
||||
|
||||
cmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user