Skip to content

Commit

Permalink
minor change to print banner
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent 21f9fd8 commit 0f6d4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ func (tmpl *TmplData) createFileFromTemplate(tmplVar string, path string, outNam
func (tmpl *TmplData) bootstrapAPI() error {
col := color.New(color.FgCyan).Add(color.Underline)
mg := color.New(color.FgGreen)
col.Printf("\n\U0001f3c1 Bootstrapping API GW project: %s with Lambda\n\n", tmpl.ApiProjectName)
fmt.Printf("\n\U0001f3c1 ")
col.Printf("Bootstrapping API GW project: %s with Lambda\n\n", tmpl.ApiProjectName)
time.Sleep(350 * time.Millisecond)

// create top dir
Expand Down

0 comments on commit 0f6d4e7

Please sign in to comment.