Ferry Lukito
Results
2
issues of
Ferry Lukito
enhanced feature for choose option i have condition where the files must be uploading when only form submitting
enhancement
dont you add this setting ? `func main() { r := gin.Default() csrf := nosurf.New(r) csrf.SetFailureHandler(http.HandlerFunc(csrfFailHandler)) http.ListenAndServe(":8000", csrf) } func csrfFailHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "%s\n", nosurf.Reason(r)) } `