APTrust / bagins

A BagIt Library in the Go Language
Apache License 2.0
12 stars 2 forks source link

Can't add generic Tag Files #1

Open scisci opened 9 years ago

scisci commented 9 years ago

Hi, thanks for creating this library. For our use case we have some generic tag files that don't follow the key-value format that bagins uses (i.e. bag.AddTagFile). I've read over the bagit spec and it seems like tag files can have any format. So I think it would be nice to have an interface on a Bag object to just add generic tag file. Let me know if I'm off in my assumptions.

diamondap commented 8 years ago

Sorry it's taken me forever to get back to you. I've been working on a number of other projects. I just made a number of changes to support custom tag files. Take a look at the change log entries for version 0.9.0.

https://github.com/APTrust/bagins/blob/master/CHANGELOG.md