Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string = "0.0.1" Revision string = "1111aaaa" GluCmd = &cobra.Command{ Use: "git-local-util", Aliases: []string{"glu"}, Short: "Tool for migrating an origin from one git repo to another", Long: ``, Example: "", Version: fmt.Sprintf("%s-%s", Version, Revision), RunE: func(cmd *cobra.Command, args []string) error { return nil }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.