Imports of gin command

PathSynopsis
github.com/gin-gonic/ginPackage gin implements a HTTP web framework called gin.
github.com/rs/cors/wrapper/ginPackage cors/wrapper/gin provides gin.HandlerFunc to handle CORS related requests as a wrapper of github.com/rs/cors handler.
net/httpPackage http provides HTTP client and server implementations.