Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cambio formato mensaje de ayuda issue #2 #6

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

jackgris
Copy link
Member

No description provided.

@@ -36,7 +36,6 @@ func init() {
// main
// Obtiene el comando a ejecutar desde la línea de comandos y lo invoca
func main() {
fmt.Printf("%s Version %s Build with Go %v at %v\n", provider.GetContainer().Config().APPName, BinVersion, BuildGoVersion, BuildTime)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Por que retirar este snippet? Es la base d ela feature para mostrar metadata de la app al momento de ejecutarla. Quizás explicarlo mejor en vez de removerlo

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claro, pero cuando no hiciste el build, y estas corriendo la app, esa data no la tenes. Por eso es que lo cambie de lugar, no lo removi. Me parece que es data importante mas que nada cuando estas corriendo la API en produccion.
Queda raro, por encima del mensaje de ayuda, si no habria que ver de incorporar esa data en la ayuda.

main.go Show resolved Hide resolved
@profe-ajedrez profe-ajedrez merged commit c0ef0ba into gophers-latam:master Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants