Skip to content

New Version - v2.0.0

Compare
Choose a tag to compare
@LdDl LdDl released this 25 Sep 07:32
· 4 commits to master since this release

Fiber v2 brought breaking changes.

  1. Replace
func(ctx *fiber.Ctx)

with

func(ctx *fiber.Ctx) error
  1. Replace
ctx.FastHttp()
ctx.Context()
  1. Update CORS to v2 for example
  2. Update go.mod