mirror of https://github.com/dsoprea/go-exif.git
Update package documentation to cite obsolescence
parent
36f5ad93e8
commit
05e8551e57
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue