Closed webern closed 3 years ago
Edit: I figured out my debugging issue and was able to step through the code using GoLand. When I got to xmlFile, err = os.Open(opt.FilePath)
(or maybe it was when the program started writing to a file) my mac raised a security dialogue to give the program access. When I did that, the program produced output as expected. So it seems my experience with silent failure might have been a macOS security thing. Catalina 10.15.7. It's too bad that an error doesn't seem to be raised there.
Description
The program produces no output and exits zero saying "done". I wanted to debug this, but I had some issue with package name resolution.
Steps to reproduce the issue:
Describe the results you received:
The output directory is empty.
Describe the results you expected:
Expected the program to produce some output.
Output of
go version
: