Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
themusicgod1
/
go-ethereum
Seguir
0
Destacar
0
Fork
1
Archivos
Incidencias
10
Pull Requests
0
Wiki
Árbol:
4fe3378198
Ramas
Etiquetas
master
go-ethereum
/
metrics
/
runtime_no_cgo.go
runtime_no_cgo.go
81 B
Histórico
Raw
1
2
3
4
5
6
7
8
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}