1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: uses github.com/goccy/go-json for less CPU (#2766)

This commit is contained in:
Amir Raminfar
2024-02-09 11:11:20 -08:00
committed by GitHub
parent a99672a5da
commit d67f2da1ba
7 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
package utils
import (
"encoding/json"
"sync"
"github.com/goccy/go-json"
)
type RingBuffer[T any] struct {