mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 22:48:01 +00:00
8 lines
71 B
Go
8 lines
71 B
Go
// +build !cgo
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|