Reformat some imports

This commit is contained in:
Timur Ismagilov 2024-09-07 22:39:40 +03:00
parent b9b1476505
commit 6fce1e7750
2 changed files with 6 additions and 4 deletions

View File

@ -2,11 +2,12 @@
package files
import (
"github.com/bouncepaw/mycorrhiza/internal/cfg"
"github.com/bouncepaw/mycorrhiza/web/static"
"io"
"os"
"path/filepath"
"github.com/bouncepaw/mycorrhiza/internal/cfg"
"github.com/bouncepaw/mycorrhiza/web/static"
)
var paths struct {

View File

@ -2,13 +2,14 @@ package tree
import (
"fmt"
"github.com/bouncepaw/mycorrhiza/internal/hyphae"
"github.com/bouncepaw/mycorrhiza/util"
"html/template"
"io"
"path"
"sort"
"strings"
"github.com/bouncepaw/mycorrhiza/internal/hyphae"
"github.com/bouncepaw/mycorrhiza/util"
)
// Tree returns the subhypha matrix as HTML and names of the next and previous hyphae (or empty strings).