github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/utils/docgen/godoc.go (about) 1 // docgen is a tool for auto-generating technical documents 2 // 3 // The purpose of this tool is to automate documentation as much as possible 4 // and have the output a static CMS which can be hosted on GitHub or S3 5 // (depending on whether your templates are markdown or HTML). 6 // 7 // This project is designed to be run independently from murex and at some 8 // point it will be separated into it's own git repository (at a stage when I 9 // am confident that murex will no longer be the primary driver for features, 10 // bugs or other code changes) 11 12 package main