Skip to content

Commit

Permalink
Add global data pool
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Nov 2, 2023
1 parent 7d3d2a8 commit 6513602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func (pool *packDataPool) Put(data *packData) *packData {
msgp.CopyToJSON(&buf, bytes.NewReader(o))
key := buf.String()

fmt.Println(data)
fmt.Println("json", key)
fmt.Println("key", string(o))

Expand Down

0 comments on commit 6513602

Please sign in to comment.