mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Merge pull request #1211 from kiyonlin/json
🔃 Use internal json package as the default json encoder
This commit is contained in:
commit
4e54d4818c
2
app.go
2
app.go
@ -12,7 +12,6 @@ package fiber
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"encoding/json"
|
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
@ -27,6 +26,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/gofiber/fiber/v2/internal/colorable"
|
"github.com/gofiber/fiber/v2/internal/colorable"
|
||||||
|
"github.com/gofiber/fiber/v2/internal/encoding/json"
|
||||||
"github.com/gofiber/fiber/v2/internal/isatty"
|
"github.com/gofiber/fiber/v2/internal/isatty"
|
||||||
"github.com/gofiber/fiber/v2/utils"
|
"github.com/gofiber/fiber/v2/utils"
|
||||||
"github.com/valyala/fasthttp"
|
"github.com/valyala/fasthttp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user