Skip to content

Instantly share code, notes, and snippets.

View renanbastos93's full-sized avatar
🏄‍♂️
Free times I go surfing usually

Renan Bastos renanbastos93

🏄‍♂️
Free times I go surfing usually
View GitHub Profile
@renanbastos93
renanbastos93 / main.go
Last active April 11, 2020 07:39
Using redirect middleware with GoFiber
package main
import (
"github.com/gofiber/fiber"
"github.com/gofiber/redirect"
)
func main() {
app := fiber.New()