FactomProject / factomd

Factom Daemon
https://www.factomprotocol.org/
Other
201 stars 92 forks source link

Remove useless import hints #1113

Closed WhoSoup closed 3 years ago

WhoSoup commented 3 years ago

Not sure why there are so many of these in the codebase but I assume they're leftovers from back when golang tooling wasn't very good? There are a lot of import hints for things like fmt which really shouldn't be necessary.

WhoSoup commented 3 years ago

Turns out some of these are load bearing hints