We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa41cd commit ccafb26Copy full SHA for ccafb26
README.md
@@ -28,6 +28,7 @@ func main() {
28
// Comparing AST strings for equallity (note different spacing):
29
x := strparse.Expr(`1 + f(v[0].X)`)
30
y := strparse.Expr(` 1+f( v[0].X ) `)
31
- fmt.Println(astequal.Expr(x, y) // => true
+ fmt.Println(astequal.Expr(x, y)) // => true
32
}
33
+
34
```
0 commit comments