refactor: Change package from service to main in recur.go and recur_test.go
This commit is contained in:
parent
e87291d515
commit
191c3f34dc
|
@ -1,4 +1,4 @@
|
||||||
package service
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log/slog"
|
"log/slog"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package service
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log/slog"
|
"log/slog"
|
||||||
|
|
Loading…
Reference in New Issue