Initial commit

Basic project layout, some initial code
This commit is contained in:
2025-05-01 00:08:43 +02:00
commit d8092fc9d5
7 changed files with 186 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.omicron.one/omicron/linkshare
go 1.24