mirror of
https://github.com/traefik/traefik.git
synced 2025-09-18 20:31:14 +02:00
8 lines
81 B
Go
8 lines
81 B
Go
// +build !cgo appengine
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|