mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
// +build !cgo appengine
|
||
|
|
||
|
package metrics
|
||
|
|
||
|
func numCgoCall() int64 {
|
||
|
return 0
|
||
|
}
|