gocurl
gocurl copied to clipboard
Fix file creation in output package
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)