This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
887902ea4d
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 13:54:55 -05:00
// +build !cgo appengine js
godeps: pull in go-metrics
2015-06-22 04:00:55 -05:00
package
metrics
func
numCgoCall
(
)
int64
{
return
0
}