Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
themusicgod1
/
go-ethereum
Watch
0
Star
0
Fork
1
ファイル
課題
10
プルリクエスト
0
Wiki
ツリー:
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
}