Fix tests for Windows. (#23)
This commit is contained in:
parent
9a65e7ccd2
commit
c8e50a6043
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package zerolog
|
||||
|
||||
import "testing"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package zerolog
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue