junodb
junodb copied to clipboard
solves [#131] removed-unused-commented-code
Description Lines 34 to 38 had unused commented code in https://github.com/paypal/junodb/blob/dev/test/fakess/requesthandler.go
this PR fixes issue [#131]
the motivation for the change contributing and getting a PR merged. This woud motivate me to further explore the project and contribute more
what issue it fixes this PR fixes issue [#131]
Things I did
- removed lines 34-38
- formatted this go file ( i.e /test/fakess/requesthandler.go) using go fmt.
Let me know if any further changes are required in this PR before it could be merged or any mistakes I'm making.