-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix go get subpackage bug #2584
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2584 +/- ##
=======================================
Coverage 27.33% 27.33%
=======================================
Files 86 86
Lines 17137 17137
=======================================
Hits 4684 4684
Misses 11775 11775
Partials 678 678 Continue to review full report at Codecov.
|
LGTM |
routers/repo/http.go
Outdated
@@ -27,7 +27,7 @@ import ( | |||
) | |||
|
|||
func composeGoGetImport(owner, repo, sub string) string { |
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.
Please remove unused parameter sub
3738f30
to
9fcb2e8
Compare
@daviian done. |
LGTM |
* fix go get subpackage bug * merge the duplicated funtions
This is not working on try.gitea.io (bae9cbc) but at first glance don't know why since it should 😞
|
will fix #2577