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
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
b9abedfca2
API work
Signed-off-by: Sam Therapy <sam@samtherapy.net>
continuous-integration/drone/push Build is failing Details
faa8ac55f2
merge master into refactor
continuous-integration/drone/push Build is failing Details
323a99b652
wrapcheck fix
continuous-integration/drone/push Build is passing Details
20f9cd0c4f
test
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is running Details
3eb2955bcf
merge master into this shit
grumbulon added 1 commit 2022-09-22 23:41:56 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
fa05b3c699
change cli dir to cmd, update path in main.go
grumbulon added 1 commit 2022-09-22 23:43:12 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
862b910123
oops
grumbulon added 1 commit 2022-09-22 23:45:34 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
085324758e
hardcoding stuff is good actually
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
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
65acc87a8c
Merge branch 'master' into refactor
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
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
fb483b70bd
re-add lost stuff in previous rebase
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 issue from a commit 2022-09-24 23:11:10 +00:00
Sign in to join this conversation.
No description provided.