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
246 stars 43 forks source link

add platform_freebsd #21

Closed ghyman1 closed 3 years ago

ghyman1 commented 3 years ago

added readyToken var for freebsd

codecov-io commented 3 years ago

Codecov Report

Merging #21 (e1617b0) into master (ebdc65c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   86.82%   86.82%           
=======================================
  Files           2        2           
  Lines         129      129           
=======================================
  Hits          112      112           
  Misses         11       11           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ebdc65c...e1617b0. Read the comment docs.

barasher commented 3 years ago

Thanks for the PR @ghyman1 !