Added URL submission

This commit is contained in:
2018-11-17 16:47:39 +00:00
committed by cdramey
parent 412c625916
commit 5c669c8b93
9 changed files with 175 additions and 62 deletions

View File

@ -61,7 +61,8 @@ func loadjson(stor storage.Storage, filename string) error {
err := stor.AddQURL(qurl)
if err != nil {
return fmt.Errorf("Error adding qurl: %s", err.Error())
fmt.Printf("\nError adding qurl: %s\n", err.Error())
continue
}
count++