Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
themusicgod1
/
go-ethereum
İzle
0
Yıldızla
0
Çatalla
1
Dosyalar
Sorunlar
10
Değişiklik İstekleri
0
Wiki
Ağaç:
4fe3378198
Dallar
Biçim İmleri
master
go-ethereum
/
metrics
/
runtime_no_cgo.go
runtime_no_cgo.go
81 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}