Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
themusicgod1
/
go-ethereum
Watch
0
Star
0
포크
1
파일
이슈
10
풀 리퀘스트
0
위키
트리:
4fe3378198
브랜치
태그
master
go-ethereum
/
metrics
/
runtime_no_cgo.go
runtime_no_cgo.go
81 B
히스토리
Raw
1
2
3
4
5
6
7
8
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}