This commit is contained in:
Fedor Korotkiy 2020-04-29 14:27:44 +03:00
parent 53d176f38a
commit 9a6eaeca09

View file

@ -186,4 +186,3 @@ func newWinFileSink(u *url.URL) (zap.Sink, error) {
// if url.URL is empty, don't panic slice index error
return os.OpenFile(u.Opaque, os.O_WRONLY|os.O_APPEND|os.O_CREATE, 0644)
}