mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-13 11:04:03 +08:00

* feat: add syncthing for clone mode --------- Co-authored-by: wencaiwulue <895703375@qq.com>
8 lines
81 B
Go
8 lines
81 B
Go
// +build !cgo appengine
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|