package door func (d *Door) setupChannels() { go Reader(d.Config.Comm_handle) go Writer(d.Config.Comm_handle) }