This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
packages
/
go-metrics
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
samplesnapshot_constructor_redo
Rami (Branch)
Tag
master
mihasya/meterconcurrency
samplesnapshot_constructor
samplesnapshot_constructor_redo
go-metrics
/
runtime_no_cgo.go
runtime_no_cgo.go
81 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}