Chore: Update internal import paths

This commit is contained in:
Ralph Slooten
2023-09-25 18:08:04 +13:00
parent 10224e7c8b
commit b6d5a8c182
29 changed files with 44 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test ./storage ./server ./utils/tools -v
- run: go test ./storage ./server ./internal/tools -v
- run: go test ./storage -bench=.
# build the assets