Files

10 lines
95 B
Go
Raw Permalink Normal View History

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