From 5ceb29351d587a177b4431600089218284a635da Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 9 Jun 2024 00:49:55 +0300 Subject: [PATCH] Move tree to internal --- hypview/readers.qtpl | 2 +- {tree => internal/tree}/tree.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tree => internal/tree}/tree.go (100%) diff --git a/hypview/readers.qtpl b/hypview/readers.qtpl index 418cbca..922cc68 100644 --- a/hypview/readers.qtpl +++ b/hypview/readers.qtpl @@ -8,7 +8,7 @@ {% import "github.com/bouncepaw/mycorrhiza/categories" %} {% import "github.com/bouncepaw/mycorrhiza/l18n" %} {% import "github.com/bouncepaw/mycorrhiza/internal/mimetype" %} -{% import "github.com/bouncepaw/mycorrhiza/tree" %} +{% import "github.com/bouncepaw/mycorrhiza/internal/tree" %} {% import "github.com/bouncepaw/mycorrhiza/internal/user" %} {% import "github.com/bouncepaw/mycorrhiza/util" %} {% import "github.com/bouncepaw/mycorrhiza/web/viewutil" %} diff --git a/tree/tree.go b/internal/tree/tree.go similarity index 100% rename from tree/tree.go rename to internal/tree/tree.go