8 lines
85 B
Go
8 lines
85 B
Go
package actions
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func Detail(c *gin.Context) {
|
|
|
|
}
|