fix: changing directory structure to idiomatic go directory format#333
Conversation
|
This pull request fixes 1 alert when merging 38ea851 into 69bca29 - view on LGTM.com fixed alerts:
|
|
Please re-request a review when this is done. |
|
This pull request fixes 1 alert when merging 3930c92 into f37786a - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging df46a1c into f37786a - view on LGTM.com fixed alerts:
|
|
NOTE: The action will continue to fail until the PR #338 is merged and I have resolved its conflicts. So I'm waiting for that PR to be merged and will continue with this afterwards. UPDATE: Done |
|
This pull request fixes 1 alert when merging bb4aba1 into e498a69 - view on LGTM.com fixed alerts:
|
…n testable way and was commented out
|
This pull request fixes 1 alert when merging 834f07a into e498a69 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 5404388 into e498a69 - view on LGTM.com fixed alerts:
|
siriak
left a comment
There was a problem hiding this comment.
LGTM, great job! Could you address my comment asap so that this PR is merged faster and other people can start working with the new structure?
0803a6b
|
This pull request fixes 1 alert when merging 0803a6b into 5ac0bd5 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 7e5a1b4 into 5ac0bd5 - view on LGTM.com fixed alerts:
|
As the title suggests, I wrote this PR because there are some things within this repo that are not idiomatic to Go style of writing software. I changed the directory structure such that all the underscore characters
_are removed from the package naming as well as changed some code around so that it is more readable and learners can use their own go code to experiment with these structures - main reason why I did a previous restructure #266Also fixed one of the LGTM analysis alerts which gets this repos alerts to zero.