feat: update protoc

This commit is contained in:
Manfred Touron
2020-07-08 23:31:19 +02:00
parent 014a8d4143
commit 7b16849798
9 changed files with 737 additions and 105 deletions

View File

@@ -156,4 +156,4 @@ func round(a interface{}, p int, r_opt ...float64) float64 {
round = math.Floor(digit)
}
return round / pow
}
}

View File

@@ -32,4 +32,4 @@ func regexReplaceAllLiteral(regex string, s string, repl string) string {
func regexSplit(regex string, s string, n int) []string {
r := regexp.MustCompile(regex)
return r.Split(s, n)
}
}