Christian Lopez
Results
1
issues of
Christian Lopez
When using the multiplication operator (*) in Go code, the syntax highlighter incorrectly identifies it as "keyword.operator.address.go" instead of "keyword.operator.arithmetic.go". Example code ``` func Abs(v Vertex) float64 { return math.Sqrt(v.X*v.X...