-
Notifications
You must be signed in to change notification settings - Fork 191
internal/source: support subdirectory field in go-import meta tag #113
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
base: master
Are you sure you want to change the base?
internal/source: support subdirectory field in go-import meta tag #113
Conversation
internal/tests/source: add test for module with subdirectory field in go-import-tag Fixes golang/go#75258
This PR (HEAD: 07f9ec8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/708175. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
nested modules internal/tests/source: update tests to use correct version value internal/source.moduleInfoDynamic() does not return commit according to according to [Go Modules Reference: Mapping versions to commits](https://go.dev/ref/mod#vcs-version). This commit fix that issue
…icate the case is necessary
This PR (HEAD: a855dce) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/708175. Important tips:
|
This PR (HEAD: fc1d06b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/708175. Important tips:
|
Message from Sean Liao: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-10-04T01:42:08Z","revision":"0eaf81aaa318983e7b306c02095ec7930feeb1c6"} Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from kokoro: Patch Set 4: Kokoro presubmit build queued for golang/pkgsite/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from kokoro: Patch Set 4: Kokoro presubmit build starting for golang/pkgsite/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from Sean Liao: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
Message from kokoro: Patch Set 4: kokoro-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/708175. |
internal/tests/source: add test for module with subdirectory field in go-import-tag
support subdirectory field in go-import meta tag
Fixes golang/go#75258