Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 1, 2023 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/675d3ffd907202c931daf1442ccd2d5d to your computer and use it in GitHub Desktop.
Save parzibyte/675d3ffd907202c931daf1442ccd2d5d to your computer and use it in GitHub Desktop.
valores, err := validarParametrosGetDePeticionHttp(r, []string{"fechaInicio", "fechaFin"})
if err != nil {
return nil, err
}
fechaInicio, fechaFin := valores[0], valores[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment