Imports of struct-lvl-validations command

PathSynopsis
github.com/gin-gonic/ginPackage gin implements a HTTP web framework called gin.
github.com/gin-gonic/gin/binding
gopkg.in/go-playground/validator.v8Package validator implements value validations for structs and individual fields based on tags.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.