store and read purchased date and price from discogs notes
Go to file
Harvey Tindall b5d8eeb7a4
poc for modifying notes, read and store collection, write template csv
template CSV to fill in can be created with `./main -template test.csv`,
additional args `-print` and `-reload` print and reload the collection
cache respectively. proof of concept for modifying notes available but
not used yet. go-discogs library was originally a submodule, however is
now a fork at github.com/hrfee/go-discogs.
2024-09-05 18:07:14 +01:00
.gitignore poc for modifying notes, read and store collection, write template csv 2024-09-05 18:07:14 +01:00
.gitmodules poc for modifying notes, read and store collection, write template csv 2024-09-05 18:07:14 +01:00
go.mod poc for modifying notes, read and store collection, write template csv 2024-09-05 18:07:14 +01:00
go.sum poc for modifying notes, read and store collection, write template csv 2024-09-05 18:07:14 +01:00
main.go poc for modifying notes, read and store collection, write template csv 2024-09-05 18:07:14 +01:00