8 lines
103 B
Go
Executable File
8 lines
103 B
Go
Executable File
package controllers
|
|
|
|
import "github.com/gofiber/fiber/v2"
|
|
|
|
func Me(c *fiber.Ctx) error {
|
|
return nil
|
|
}
|