Documentation ¶ Index ¶ Variables func Modify() Constants ¶ This section is empty. Variables ¶ View Source var ( FilePath string VariablesFile string TemplateFile string TemplateVariables map[string]interface{} CodeMark string Replace bool ) View Source var ModifyCmd = &cobra.Command{ Use: "modify", Short: "Modify a scaffold for a project based on Go Templates", Run: func(cmd *cobra.Command, args []string) { Modify() }, } Functions ¶ func Modify ¶ func Modify() Types ¶ This section is empty. Source Files ¶ View all Source files modify.go Click to show internal directories. Click to hide internal directories.