feat: update module path

- modify go.mod to reflect the new module path
- update config file path in the main function
- adjust import statements in various internal packages
- add install instructions to README

🤖
This commit is contained in:
Sebastian Mark 2024-10-23 17:59:46 +02:00
parent d83946e255
commit 064056e8cb
8 changed files with 14 additions and 10 deletions

View file

@ -5,9 +5,9 @@ import (
"os"
"os/signal"
"ChronoTomato/internal/helper"
"ChronoTomato/internal/shared"
"ChronoTomato/internal/websocket"
"git.smsvc.net/pomodoro/ChronoTomato/internal/helper"
"git.smsvc.net/pomodoro/ChronoTomato/internal/shared"
"git.smsvc.net/pomodoro/ChronoTomato/internal/websocket"
"atomicgo.dev/keyboard"
"atomicgo.dev/keyboard/keys"