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.
This commit is contained in:
2024-09-05 18:07:14 +01:00
parent 2bae75cc3f
commit b5d8eeb7a4
5 changed files with 269 additions and 15 deletions

2
go.mod
View File

@@ -2,4 +2,4 @@ module git.hrfee.pw/hrfee/discogs-pricer
go 1.22.4
require github.com/irlndts/go-discogs v0.3.6 // indirect
require github.com/hrfee/go-discogs v0.0.0-20240905170225-50ee0e6a98ae // indirect