derohe icon indicating copy to clipboard operation
derohe copied to clipboard

Fmt imports

Open Slixe opened this issue 2 years ago • 1 comments

Description

This pull request includes the gofmt/goimports for the whole project to have a clean & common workspace to work on.

Type of change

Please select the right one.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update
  • [ ] This will require a HardFork to be enabled

Which part is impacted ?

  • [X] Wallet
  • [X] Daemon
  • [X] Miner
  • [X] Explorer
  • [X] Simulator
  • [ ] Misc (documentation, comments, text...)

Checklist:

  • [X] I have performed a self-review of my code
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] My changes generate no new warnings

License

Im am contributing & releasing the code under DERO Research License (which can be found here).

Slixe avatar Jun 27 '23 19:06 Slixe

This needs some further changes. Many imports were originally kept commented out and automatic formatter just moved (or kept) the comment, so all these must be removed manually.

Robyer avatar Jul 12 '23 06:07 Robyer