Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func GenerateMarkdown(entries []DocEntry) string + type DocEntry struct + Doc string + File string + Line int + Name string + Package string + Type string + func Extract(dir string) ([]DocEntry, error) + type MagicDocFile struct + LastUpdated time.Time + Path string + Title string + func ScanForMagicDocs(dir string) []MagicDocFile + func (m *MagicDocFile) GenerateUpdatePrompt() string + func (m *MagicDocFile) NeedsUpdate() bool