1
0
Fork 0

refactor(helper): update module path and function names

- move `helper` package files to root `helper` directory
- update all helper imports
- rename `GetLines` to `getLines` for consistent naming convention

🤖
This commit is contained in:
Sebastian Mark 2024-12-02 20:51:34 +01:00
parent 39f1e7ae74
commit 999a4a8fa2
6 changed files with 10 additions and 8 deletions

View file

@ -1,9 +1,10 @@
package main
import (
"aoc2024/helper"
"fmt"
"sort"
"aoc/helper"
)
type list struct {