barasher / go-exiftool

Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...)
GNU General Public License v3.0
245 stars 43 forks source link

Migrate from bufio.Scanner to bufio.Reader #56

Open barasher opened 2 years ago

barasher commented 2 years ago

Based on #52 discussion.