Update package documentation to cite obsolescence

for/master
Dustin Oprea 2020-05-05 02:45:22 -04:00
parent 36f5ad93e8
commit 05e8551e57
2 changed files with 4 additions and 8 deletions

4
package.go Normal file
View File

@ -0,0 +1,4 @@
// exif parses raw EXIF information given a block of raw EXIF data.
//
// v1 of go-exif is now deprecated. Please use v2.
package exif

View File

@ -1,8 +0,0 @@
// exif parses raw EXIF information given a block of raw EXIF data. It can also
// construct new EXIF information, and provides tools for doing so. This package
// is not involved with the parsing of particular file-formats.
//
// The EXIF data must first be extracted and then provided to us. Conversely,
// when constructing new EXIF data, the caller is responsible for packaging
// this in whichever format they require.
package exif