This website requires JavaScript.
Explore
Help
Register
Sign In
tornadocontrib
/
bsc
Watch
1
Star
0
Fork
0
You've already forked bsc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
887902ea4d
bsc
/
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 21:54:55 +03: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