Implemented basic importer

This commit is contained in:
2017-11-13 22:17:26 +01:00
parent 84ac0583d1
commit 0ec3de0477
3 changed files with 87 additions and 2 deletions

View File

@ -59,5 +59,5 @@ func fetchCharacter(malCharacterID string) {
return
}
fmt.Printf("Error fetching %s: %v", malCharacterID, err)
fmt.Printf("Error fetching %s: %v\n", malCharacterID, err)
}