Преглед изворни кода

Merge pull request #8 from inconshreveable/master

Add build constraint for syslog so that it doesn't build on windows
Richard Crowley пре 13 година
родитељ
комит
427c0514ed
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      syslog.go

+ 2 - 0
syslog.go

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