We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce30dd8 commit d999060Copy full SHA for d999060
internal/menu/options.go
@@ -97,7 +97,7 @@ func Options(args []string) {
97
exercicios_ninja_nivel_10.MenuExerciciosNinjaNivel10(args),
98
tratamento_de_erro.MenuTratamentoDeErro(args),
99
exercicios_ninja_nivel_11.MenuExerciciosNinjaNivel11(args),
100
- documentacao.MenuDocumentacao(args),
+ documentacao.Menu(args),
101
exercicios_ninja_nivel_12.MenuExerciciosNinjaNivel12(args),
102
teste_benchmarking.MenuTesteEBenchmarking(args),
103
)
0 commit comments