Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
themusicgod1
/
go-ethereum
Segui
0
Vota
0
Forka
1
File
Problemi
10
Pull Requests
0
Wiki
Albero (Tree):
4fe3378198
Rami (Branch)
Tag
master
go-ethereum
/
metrics
/
runtime_no_cgo.go
runtime_no_cgo.go
81 B
Cronologia
Originale
1
2
3
4
5
6
7
8
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}