correction, for newer version of compiler

master
Charles Iliya Krempeaux 2019-06-20 17:10:46 -07:00
parent 90139bd570
commit e1450407cd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func (pattern *internalPattern) MatchAndLoad(path string, strct interface{}) (bo
} }
} }
msg := fmt.Sprintf("%T %v", r) msg := fmt.Sprintf("%T %v", r, r)
err = errors.New( msg ) err = errors.New( msg )
return return