فهرست منبع

Merge pull request #8 from inconshreveable/master

Add build constraint for syslog so that it doesn't build on windows
Richard Crowley 12 سال پیش
والد
کامیت
427c0514ed
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      syslog.go

+ 2 - 0
syslog.go

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