This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
go-ethereum
Watch
18
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
9
Pull Requests
Packages
Projects
Releases
66
Wiki
Activity
d16214228f
go-ethereum
/
metrics
/
runtime_no_cgo.go
8 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
metrics: fix compilation for GOOS=js (#23449)
2021-08-24 18:54:55 +00:00
// +build !cgo appengine js
godeps: pull in go-metrics
2015-06-22 09:00:55 +00:00
package
metrics
func
numCgoCall
(
)
int64
{
return
0
}
Reference in New Issue
Copy Permalink