-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move server binaries to /cmd directory #2027
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2027 +/- ##
==========================================
+ Coverage 58.25% 58.81% +0.55%
==========================================
Files 117 116 -1
Lines 9880 9784 -96
==========================================
- Hits 5756 5754 -2
+ Misses 3620 3526 -94
Partials 504 504
Continue to review full report at Codecov.
|
2e199df
to
4df44e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a few more paths need updating
Also moves /server/main.go to /cmd/internal/serverutil, because this part of the "server" package is fairly specific to those binaries.
4df44e6
to
440e0ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks for being the first one to try out the internal directory!
Also moves /server/main.go to /cmd/server, because this part of the "server" package is fairly specific to those binaries.
Checklist