فهرست منبع

Fixes: Won't compile on AppEngine #67

Miguel Vitorino 11 سال پیش
والد
کامیت
43da0d067c
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      runtime_cgo.go
  2. 1 1
      runtime_no_cgo.go

+ 1 - 0
runtime_cgo.go

@@ -1,4 +1,5 @@
 // +build cgo
+// +build !appengine
 
 package metrics
 

+ 1 - 1
runtime_no_cgo.go

@@ -1,4 +1,4 @@
-// +build !cgo
+// +build !cgo appengine
 
 package metrics