# Functions
GetImportPathFromPath try to get the import path from a path.
No description provided by the author
# Type aliases
ImportPath is a type that represents a package name.
Modified represent a list of changes for a package The key is the package import path The value is a struct containing the list of files affected and the list of packages that import this package.