mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-08 13:32:25 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
// +build !cgo appengine
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|