diff options
Diffstat (limited to 'pkg/config/config.go')
| -rw-r--r-- | pkg/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index 1253f04..fb09ad0 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -5,7 +5,7 @@ import "time" const SockType = "unixpacket" const SockPath = "/tmp/tunnel.sock" -const TimeFormat = "2006-01-02 15:04:05" +const TimeFormat = "2006-01-02/15:04:05" const BufSize = 1024 |
