All checks were successful
continuous-integration/drone/push Build is passing
7 lines
88 B
Go
7 lines
88 B
Go
package controllers
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func Unlock(c *gin.Context) {
|
|
}
|