feat: update module path to new repository location

- change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato

🤖
This commit is contained in:
Sebastian Mark 2024-10-19 09:15:16 +02:00
parent 2cf5d77e2a
commit fa4eebbe76
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
A pomodoro server written in Go
## Installation
`go install git.smsvc.net/pomodoro/GoTomato@latest`
## Testing
```

2
go.mod
View file

@ -1,4 +1,4 @@
module GoTomato
module git.smsvc.net/pomodoro/GoTomato
go 1.23