# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindGoModDirSubPath find go.mod by traversing dir bottom up, upon finding a go.mod file, it returns the corresponding sub path and root dir.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
go list ./pkg.
ListRelativeFiles list all go files, return a list of relative paths.
No description provided by the author
No description provided by the author
No description provided by the author
ParseVendor reads the list of vendored modules from vendor/modules.txt.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
see: https://cs.opensource.google/go/go/+/master:src/internal/gover/gover.go.