From 845d43a1bd6e3ffa3b983b497445097ba04efe57 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 26 Dec 2023 20:20:20 +0100 Subject: not great but fuckye --- c_lhosts.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c_lhosts.go') diff --git a/c_lhosts.go b/c_lhosts.go index 52e2b46..6482ede 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_lhosts.go - * Thu, 21 Dec 2023 11:51:44 +0100 + * Tue Dec 26 12:07:56 2023 * Joe * * the hosts linked list @@ -70,7 +70,7 @@ type HostNode struct { Dynamic bool `yaml:"dynamic"` Note string `yaml:"note"` Filename string - Folder string + Dir *DirsNode next *HostNode } -- cgit v1.2.3