mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
// +build !cgo appengine
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|