Alter 2 files

Add README.md
Add go.mod
This commit is contained in:
akp 2025-07-22 18:21:53 +01:00
commit 8dffb72cde
2 changed files with 4 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
# Backseat Music

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.akpain.net/codemicro/backseat-music
go 1.24.2