优化pool

This commit is contained in:
bjdgyc
2021-07-20 18:59:09 +08:00
parent 2ad65039f3
commit 712f57940c
7 changed files with 25 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ const (
type Payload struct {
PType byte // payload types
LType LType // LinkType
Data []byte
Data *[]byte
}
/*