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 <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-06 16:29:44 +00:00
parent 85bbb8e828
commit f4aa6b99c0

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module forge.lthn.ai/core/docs
go 1.25.0