sunty
2019-07-26 805324d0ddac6215f8250c616c979c77a3a4f9f3
extend/util/util.go
@@ -189,4 +189,9 @@
      }
   }
   return buffer.String()
}
func ParseScore(compareScore float32) float32 {
   f, _ := strconv.ParseFloat(fmt.Sprintf("%.2f", compareScore*100), 32)
   return float32(f)
}