refactor: seperate files, function and structs into seperate packages

This commit is contained in:
Patryk Hegenberg 2025-01-18 14:34:16 +01:00
parent 7f951585c8
commit 5b7775f33e
37 changed files with 547 additions and 677 deletions

View file

@ -3,6 +3,9 @@
version: 2
env:
- GITHUB_TOKEN={{ .Env.CODEBERG_TOKEN }}
before:
hooks:
- go mod tidy