issues
search
my-cloud
/
ruthenium
Golang implementation of the Ruthenium protocol
The Unlicense
11
stars
1
forks
source link
Change methods visibility
#150
Closed
JeremyPansier
closed
1 year ago
JeremyPansier
commented
2 years ago
Some methods are public whereas they could be private.
[x] Change public method to private when possible
[x] Remove useless methods from the interfaces
[x] Remove unused methods
[x] Remove methods used only by unit tests
Some methods are public whereas they could be private.