mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 08:27:08 +08:00
WIP: allow update processes in cluster
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func toNumber(f float64) json.Number {
|
||||
func ToNumber(f float64) json.Number {
|
||||
var s string
|
||||
|
||||
if f == float64(int64(f)) {
|
||||
|
Reference in New Issue
Block a user