chore(Refactor) #110

Merged
grumbulon merged 15 commits from refactor into master 2022-09-24 23:11:10 +00:00
Collaborator
  1. Describe what your pull request does and which issue you're targeting (if any)

This refactor serves mainly three purposes, group like functions together, move certain functions from one package to another that makes more sense, ensure all functions under the LookUp interface are readable and consistent with this style guide, and moving all library-like packages under the pkg directory for consistency based off this guide.

1. Describe what your pull request does and which issue you're targeting (if any) This refactor serves mainly three purposes, group like functions together, move certain functions from one package to another that makes more sense, ensure all functions under the `LookUp` interface are readable and consistent with [this style guide](https://github.com/uber-go/guide/blob/master/style.md), and moving all library-like packages under the pkg directory for consistency based off [this guide](https://github.com/golang-standards/project-layout#go-directories).
grumbulon added 10 commits 2022-09-22 23:40:21 +00:00
API work
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
b9abedfca2
Signed-off-by: Sam Therapy <sam@samtherapy.net>
merge master into refactor
Some checks failed
continuous-integration/drone/push Build is failing
faa8ac55f2
wrapcheck fix
Some checks failed
continuous-integration/drone/push Build is failing
323a99b652
test
All checks were successful
continuous-integration/drone/push Build is passing
20f9cd0c4f
merge master into this shit
Some checks are pending
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is running
3eb2955bcf
grumbulon added 1 commit 2022-09-22 23:41:56 +00:00
change cli dir to cmd, update path in main.go
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
fa05b3c699
grumbulon added 1 commit 2022-09-22 23:43:12 +00:00
oops
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
862b910123
grumbulon added 1 commit 2022-09-22 23:45:34 +00:00
hardcoding stuff is good actually
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
085324758e
grumbulon requested review from sam 2022-09-22 23:46:37 +00:00
sam added 1 commit 2022-09-24 22:51:52 +00:00
Merge branch 'master' into refactor
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
65acc87a8c
Signed-off-by: Sam Therapy <sam@samtherapy.net>
sam requested changes 2022-09-24 22:56:19 +00:00
sam left a comment
Owner

Besides the one nitpick everything else looks good!

Besides the one nitpick everything else looks good!
Owner

Any reason why these are getting removed?

Any reason why these are getting removed?
Author
Collaborator

Probably just an issue with the merge conflict since the diff file didn't work so I had to do it manually, I will re-add it.

Probably just an issue with the merge conflict since the diff file didn't work so I had to do it manually, I will re-add it.
grumbulon added 1 commit 2022-09-24 23:02:12 +00:00
re-add lost stuff in previous rebase
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fb483b70bd
sam approved these changes 2022-09-24 23:02:45 +00:00
sam left a comment
Owner

LGTM

LGTM
grumbulon merged commit 3a0a8f015a into master 2022-09-24 23:11:10 +00:00
grumbulon deleted branch refactor 2022-09-24 23:11:10 +00:00
grumbulon referenced this pull request from a commit 2022-09-24 23:11:10 +00:00
Sign in to join this conversation.
No description provided.