Browse Source

Merge pull request #8 from inconshreveable/master

Add build constraint for syslog so that it doesn't build on windows
Richard Crowley 12 năm trước cách đây
mục cha
commit
427c0514ed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      syslog.go

+ 2 - 0
syslog.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package metrics
 
 import (