Skip to content

Commit

Permalink
Merge pull request #38 from fabianoflorentino/development
Browse files Browse the repository at this point in the history
Development to Main
  • Loading branch information
fabianoflorentino authored Nov 29, 2024
2 parents 1f6b712 + 14b4bcf commit 96fd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/visao_geral_do_curso/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func VisaoGeralDoCurso() {

func MenuVisaoGeralDoCurso([]string) []format.MenuOptions {
return []format.MenuOptions{
{Options: "--bem-vindo", ExecFunc: func() { executeSection("Bem-vindo") }},
{Options: "--bem-vindo", ExecFunc: func() { executeSection("Bem-vindo!") }},
{Options: "--porque-go", ExecFunc: func() { executeSection("Por que Go?") }},
{Options: "--sucesso", ExecFunc: func() { executeSection("Sucesso") }},
{Options: "--recursos", ExecFunc: func() { executeSection("Recursos") }},
Expand Down

0 comments on commit 96fd6c3

Please sign in to comment.