Skip to content

Commit 772f028

Browse files
exclude syslog on windows platform (#76)
1 parent 187d7c4 commit 772f028

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

handler/syslog.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows,!plan9
2+
13
package handler
24

35
import (

handler/syslog_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows,!plan9,!js
2+
13
package handler_test
24

35
import (

0 commit comments

Comments
 (0)