Add function to create a new ID

This commit is contained in:
2024-10-15 17:26:26 +02:00
parent 8bfd8a648e
commit 9ec6ad1460
3 changed files with 17 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module streifling.com/jason/atom-feed
go 1.23.2
require github.com/google/uuid v1.6.0