[fix] Go1.9 undefined: strings.ReplaceAll

pull/29/head
q191201771 5 years ago
parent 2b67df6d12
commit 86c53800b4

@ -89,7 +89,7 @@ var (
func init() {
LALVersionDot = strings.TrimPrefix(LALVersion, "v")
LALVersionComma = strings.ReplaceAll(LALVersionDot, ".", ",")
LALVersionComma = strings.Replace(LALVersionDot, ".", ",", -1)
LALRTMPConnectResultVersion = LALVersionComma

Loading…
Cancel
Save