fix import path

This commit is contained in:
Erik Winter 2024-09-18 07:11:30 +02:00
parent 451306bd44
commit 25d603ab8b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"strconv" "strconv"
"syscall" "syscall"
"go-mod.ewintr.nl/sync/service" "go-mod.ewintr.nl/planner/sync/service"
) )
func main() { func main() {