mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
9 lines
128 B
Go
9 lines
128 B
Go
package runtime
|
|
|
|
// This file implements the 'chan' type and send/receive/select operations.
|
|
|
|
// dummy
|
|
|
|
type channel struct {
|
|
}
|