format: update import statements

- clean up and streamline import statements across multiple files

🤖
This commit is contained in:
Sebastian Mark 2024-10-27 21:34:53 +01:00
parent f26f12ef98
commit e8b463c59c
8 changed files with 16 additions and 10 deletions

View file

@ -1,8 +1,6 @@
package models
import (
GoTomato "git.smsvc.net/pomodoro/GoTomato/pkg/models"
)
import GoTomato "git.smsvc.net/pomodoro/GoTomato/pkg/models"
type Config struct {
URL string `yaml:"url"`