1nwf / Produx-v2

Non-idiomatic comment formatting GO-C4004
Style
Minor
8 months ago2 years old
put a space between // and comment text
 6	"github.com/gofiber/fiber/v2"
 7)
 8
 9//var DB = controllers.DB10
11func GetUserProducts(c *fiber.Ctx) error {
12	name := c.Params("name")