Add null to terminate strings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package pdu
|
||||
|
||||
var ByteBufferPool = NewBufferPoolManager()
|
||||
const NULL = byte(0x00)
|
||||
var NULL_ARR = []byte{NULL}
|
||||
Reference in New Issue
Block a user