PeernetOfficial / core

Core library. Use this to create a new Peernet application.
MIT License
36 stars 5 forks source link

ran "gofmt -s -w ." #71

Closed Akilan1999 closed 2 years ago

Akilan1999 commented 2 years ago

Go fmt:

Gofmt is a tool that automatically formats Go source code.

Gofmt’d code is:

command:

gofmt -s -w .

source: https://go.dev/blog/gofmt

Kleissner commented 2 years ago

Rejected - this commit doesn't add any value, and it changes formatting to a different one than the current one used (leading to formatting war, let's not start one)