TUN-3747: Fix logging in Windows

This commit is contained in:
Nuno Diegues
2021-01-13 23:13:23 +00:00
parent a2109e4a78
commit 6852047ef1
29 changed files with 1626 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
package logger
import "path/filepath"
import (
"path/filepath"
)
var defaultConfig = createDefaultConfig()