8 строки
128 Б
Go
8 строки
128 Б
Go
package runtime
|
|
|
|
// This file implements the 'chan' type and send/receive/select operations.
|
|
|
|
// dummy
|
|
|
|
type channel struct {
|
|
}
|