1 2 3 4 5 6
package dbus func (t *unixTransport) SendNullByte() error { _, err := t.Write([]byte{0}) return err }