gocurl icon indicating copy to clipboard operation
gocurl copied to clipboard

Fix file creation in output package

Open ameshkov opened this issue 9 months ago • 0 comments

Summary

  • ensure the output file is truncated when created
  • add a regression test for NewOutput

Testing

  • go test ./internal/output -run TestNewOutput -v (fails: no network)
  • go test ./... (fails: no network)

ameshkov avatar May 21 '25 08:05 ameshkov