Closed vikin91 closed 4 years ago
I like the idea :+1:
I merged your previous PR (whitespaces) to master and updated the branch via GitHub UI. Turns out the whitespace test is failing because the output is missing now. I think adding a -v
to the test command should do the trick.
Sorry, I couldn't resist and clicked the Update Branch
button - feel free to force-push that away .
No problem! I also wanted to click it :) Merging master allowed us to spot an issue with the test. I hope bccbc65 would do the job.
This PR changes the following:
log
package for log messages (this allows to respect-v
flag setting)fmt
package for commands output (likels
,cat
)Not a valid
->Invalid
Pros:
-v
)Cons:
[INFO] append.go:194 Appended values from ...
What do you think?