atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Update whitespace, EOL handling to be more consistent #41

Closed atc0005 closed 4 years ago

atc0005 commented 4 years ago

As with GH-38, this can be considered a breaking change, insofar as the proposal is to update formatting in such a way that it alters existing client application output.

While working on the same application mentioned in GH-38, I noticed that the whitespace and EOL handling behavior was inconsistent between the different subsections of the Long Service Output. I should try to update the formatting in each so that providing the necessary values via client code is more consistent.