verify.Verify to verify.File, err format

This commit is contained in:
Paul van Brouwershaven
2018-05-18 11:21:34 +02:00
parent 884b79e264
commit eaa47cac54
3 changed files with 8 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ func main() {
}
defer input_file.Close()
resp, err := verify.Verify(input_file)
resp, err := verify.File(input_file)
log.Println(resp)
if err != nil {
log.Println(err)