@@ -19,7 +19,6 @@ type Profile struct {
//Inicial : Func
func Inicial(w http.ResponseWriter, r *http.Request) {
fmt.Println(r.Context().Value("parameters").([]string))
- fmt.Print(r.Context().Value("Username"))
var Errors errorHandler.Errors