diff --git a/core.go b/core.go index a1eb8b6..dc3d6fd 100644 --- a/core.go +++ b/core.go @@ -7,7 +7,7 @@ import ( "strings" ) -func (a *Asserter) pathassertf(path string, act, exp string) { +func (a *Asserter) pathassertf(path, act, exp string) { if act == exp { return }