diff --git a/tlog/logger_windows.go b/tlog/logger_windows.go index 1886017..6ce49ac 100644 --- a/tlog/logger_windows.go +++ b/tlog/logger_windows.go @@ -8,6 +8,7 @@ import ( "bytes" "fmt" "os" + "path/filepath" "runtime" "strings" "sync"