package
0.29.1
Repository: https://github.com/jzero-io/jzero.git
Documentation: pkg.go.dev

# Functions

GetGoMod is used to determine whether workDir is a go module project through command `go list -json -m`.
No description provided by the author
No description provided by the author
GetParentPackage if is submodule project, root package is based on go.mod and add its dir.
No description provided by the author

# Structs

ModuleStruct contains the relative data of go module, which is the result of the command go list.