모듈 업데이트

This commit is contained in:
2023-09-04 15:31:35 +09:00
parent f7173a4f49
commit 6410056c87
3 changed files with 3 additions and 5 deletions

View File

@ -25,10 +25,6 @@ import (
var devflag = flagx.Bool("dev", false, "")
const (
defaultMaxMemory = 32 << 10 // 32 KB
)
func writeBsonDoc[T any](w io.Writer, src T) error {
rw, err := bsonrw.NewBSONValueWriter(w)
if err != nil {