mirror of
https://github.com/nxshock/logwriter.git
synced 2025-07-02 00:23:41 +05:00
Initial commit
This commit is contained in:
commit
ba9d5318ac
8 changed files with 403 additions and 0 deletions
13
defaults.go
Normal file
13
defaults.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package logwriter
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
defaultTimeFormat = "02.01.06 15:04:05"
|
||||
)
|
||||
|
||||
var (
|
||||
defaultTimeZone = time.Local
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue