- Go Web Development Cookbook
- Arpit Aggarwal
- 63字
- 2021-08-27 19:01:18
Validating your first HTML form
Most of the time, we have to validate a client's input before processing it, which can be achieved through the number of external packages in Go, such as gopkg.in/go-playground/validator.v9, gopkg.in/validator.v2, and github.com/asaskevich/govalidator.
In this recipe, we will be working with the most famous and commonly used validator, github.com/asaskevich/govalidator, to validate our HTML form.
推薦閱讀
- Web安全防護指南:基礎篇
- 面向物聯網的CC2530與傳感器應用開發
- 物聯網工程規劃技術
- 數字烏托邦
- OpenLayers Cookbook
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Web Application Development with R Using Shiny
- JBoss EAP6 High Availability
- Mastering JavaFX 10
- Yii Application Development Cookbook(Second Edition)
- 網絡環境中基于用戶視角的信息質量評價研究
- Windows Server 2012 Hyper-V虛擬化管理實踐
- 網絡設計與應用(第2版)
- 網管第一課:網絡操作系統與配置管理
- Learning Node.js Development