From f4aa6b99c0faaf371c94cbb231c1543cddc63428 Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 6 Mar 2026 16:29:44 +0000 Subject: [PATCH] feat: initialise Go module for help engine Module: forge.lthn.ai/core/docs pkg/help/ will hold the go-help library. Co-Authored-By: Virgil --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..914eb45 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module forge.lthn.ai/core/docs + +go 1.25.0