Skip to content

Latest commit

 

History

History

form

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Form Submission

This example shows how we handle a form submission, including parsing, object binding, and validation, using a third-party package gin-gonic/gin.

Setup

  1. Run the server

    $ make run
  2. Launch a web browser and navigate to http://localhost:8000.