Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { Path string `json:"Path"` Version string `json:"Version"` Time time.Time `json:"Time"` Update struct { Path string `json:"Path"` Version string `json:"Version"` Time time.Time `json:"Time"` } `json:"Update"` Indirect bool `json:"Indirect"` Dir string `json:"Dir"` GoMod string `json:"GoMod"` }
Module :nodoc:
type ModuleChecker ¶
ModuleChecker :nodoc:
func (*ModuleChecker) CheckCWD ¶
func (mc *ModuleChecker) CheckCWD()
CheckCWD call checkCWD() and print into stdout
func (*ModuleChecker) Checks ¶
func (mc *ModuleChecker) Checks()
Checks check module projects and save the json file
type SimpleModule ¶
type SimpleModule struct { Path string `json:"path"` Version string `json:"version"` NextVersion string `json:"next_version"` }
SimpleModule :nodoc:
Click to show internal directories.
Click to hide internal directories.