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:
parent
d83946e255
commit
064056e8cb
8 changed files with 14 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
package notifications
|
||||
|
||||
import (
|
||||
"ChronoTomato/internal/shared"
|
||||
"git.smsvc.net/pomodoro/ChronoTomato/internal/shared"
|
||||
"fmt"
|
||||
"github.com/gen2brain/beeep"
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package notifications
|
||||
|
||||
import (
|
||||
"ChronoTomato/internal/shared"
|
||||
"git.smsvc.net/pomodoro/ChronoTomato/internal/shared"
|
||||
"atomicgo.dev/cursor"
|
||||
"fmt"
|
||||
"github.com/fatih/color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue