-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
githubapi: fetch module paths from go.mod files in GitHub repositories
If the latest commit of the default branch of a GitHub repository has a go.mod file in the root directory, use the module path specified in it instead of using the github.com/user/repo repository path. This is a more accurate representation of the Go packages in said repository. In the future, we can do more work to parse the issue/PR title prefix and combine it with the module path to get the complete import path of the relevant Go packages.
- Loading branch information
Showing
1 changed file
with
105 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters