Commit Graph

4 Commits

Author SHA1 Message Date
ekzyis 7a5c2cb063 Disable test cache 2023-11-03 20:35:34 +01:00
ekzyis fc6fb9914e Test login + callback 2023-11-03 20:34:21 +01:00
ekzyis 7558655458 refactor: Structure code into different packages
I have put too much code into the same files.

Also, I put everything into the same package: main.

This package is only meant for executables.

Therefore, I have refactored my code to use multiple packages. These packages also guarantee separation of concerns since Golang doesn't allow cyclic imports.
2023-09-10 23:13:08 +02:00
ekzyis 655ccb4a9b Create README + Makefile 2023-09-09 22:52:50 +02:00