package controllers import ( "github.com/gin-gonic/gin" ) func Login(c *gin.Context) { }