format: update import statements
- clean up and streamline import statements across multiple files
🤖
This commit is contained in:
parent
f26f12ef98
commit
e8b463c59c
8 changed files with 16 additions and 10 deletions
|
@ -1,12 +1,13 @@
|
|||
package helper
|
||||
|
||||
import (
|
||||
ChronoTomato "git.smsvc.net/pomodoro/ChronoTomato/pkg/models"
|
||||
"github.com/charmbracelet/log"
|
||||
"gopkg.in/yaml.v3"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
ChronoTomato "git.smsvc.net/pomodoro/ChronoTomato/pkg/models"
|
||||
)
|
||||
|
||||
func ParseConfig(filename string) ChronoTomato.Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue