Refactor to move cloud fn to top level

This commit is contained in:
Ray Miller 2023-10-08 15:05:12 +01:00
parent 28abf0e461
commit 3559ca9ec1
14 changed files with 14 additions and 13 deletions

View file

@ -5,7 +5,7 @@ import (
"io"
"sort"
"github.com/ray1729/puzzle-solver/util"
"github.com/ray1729/wordsearch/util"
)
type DB interface {