Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 295 Bytes

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.