mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-13 02:53:52 +08:00

* feat: add syncthing for clone mode --------- Co-authored-by: wencaiwulue <895703375@qq.com>
10 lines
122 B
Go
10 lines
122 B
Go
// +build !go1.5
|
|
|
|
package metrics
|
|
|
|
import "runtime"
|
|
|
|
func gcCPUFraction(memStats *runtime.MemStats) float64 {
|
|
return 0
|
|
}
|