@@ -0,0 +1,11 @@
package registry
import "sync"
var pool sync.Pool
func init() {
pool.New = func() interface{} {
return new(CmdPacket)
}
The note is not visible to the blocked user.