btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.11k stars 2.32k forks source link

multi: Run gofmt on the entire repository #1981

Closed kcalvinalvin closed 1 year ago

kcalvinalvin commented 1 year ago

The doc formatting changes introduced in the recent go version is increasing the diff for all of the new commits. Formatting it all in this commit will help the readability of future PRs by reducing the diff.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5334742865


Files with Coverage Reduction New Missed Lines %
peer/peer.go 3 73.49%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 5075515644: 0.0%
Covered Lines: 26667
Relevant Lines: 48246

💛 - Coveralls
kcalvinalvin commented 1 year ago

Addressed all the aforementioned formatting issues in the latest push. Also fixed some other formatting issues that I found.