go mod init and secrets file

secret personal access token stored in ./personal_access_token, added to
.gitignore. a bit of a start on the program.
This commit is contained in:
2024-09-05 12:56:51 +01:00
commit 2bae75cc3f
4 changed files with 51 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.hrfee.pw/hrfee/discogs-pricer
go 1.22.4
require github.com/irlndts/go-discogs v0.3.6 // indirect