This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
go-ethereum
Watch
1
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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 20:54:55 +02:00
// +build !cgo appengine js
godeps: pull in go-metrics
2015-06-22 12:00:55 +03:00
package
metrics
func
numCgoCall
(
)
int64
{
return
0
}
Reference in New Issue
Copy Permalink