muyouming / gphotosuploader

Unofficial Google Photos uploader and Go library
GNU General Public License v3.0
60 stars 16 forks source link

Add support for configurable ignore pattern. #6

Open garfieldkwong opened 4 years ago

garfieldkwong commented 4 years ago

I added support for configurable ignore pattern instead hard coding '@eaDir'. And I found build failed cause some type error in function unexpectedResponse and I fixed it. Since I am not familiar with golang. I don't know how to handle the import, so I just modify the import path to my folked version.