We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dstdocgen -path "" -structure Template -output templates_doc.go -package templates panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x20 pc=0x104abdf10] goroutine 1 [running]: main.process() /Users/tarun/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.4-0.20230209105429-4ad5ff0f2b99/cmd/docgen/dstdocgen/dst.go:139 +0x3d0 main.main() /Users/tarun/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.4-0.20230209105429-4ad5ff0f2b99/cmd/docgen/dstdocgen/dst.go:100 +0x60
causes panic in nuclei publish docs gh workflow ref: https://github.com/projectdiscovery/nuclei/actions/runs/4303391969/jobs/7503069410
The text was updated successfully, but these errors were encountered:
fix nil check errors (#21)
9267fe5
Merge pull request #23 from projectdiscovery/issue-21-panic-due-to-ds…
e328d9c
…tgen fix nil check errors (#21)
RamanaReddy0M
Successfully merging a pull request may close this issue.
Description
Anything Else
causes panic in nuclei publish docs gh workflow
ref: https://github.com/projectdiscovery/nuclei/actions/runs/4303391969/jobs/7503069410
The text was updated successfully, but these errors were encountered: