6 lines
86 B
Go
Raw Normal View History

package outbound
func handleCommand(command byte, data []byte) error {
return nil
}