package runtime // This file implements the 'chan' type and send/receive/select operations. // dummy type channel struct { }