69ed8639cd
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
6 lines
105 B
Go
6 lines
105 B
Go
package dbus
|
|
|
|
func (t *unixTransport) SendNullByte() error {
|
|
_, err := t.Write([]byte{0})
|
|
return err
|
|
}
|