trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.6k stars 125 forks source link

Components with private channels cause a panic #40

Closed abferm closed 6 years ago

abferm commented 6 years ago

If a Component has a private member that is a channel it is picked up as an input port, which causes reflect.Select to panic.