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

chore: removes go-json (#3284)

This commit is contained in:
Amir Raminfar
2024-09-20 10:02:00 -07:00
committed by GitHub
parent 0f3585a3f4
commit dfaa52e2a6
15 changed files with 16 additions and 36 deletions

View File

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