deoren / notes

Various notes for topics I'm learning
2 stars 0 forks source link

Golang | Panics when using channels #60

Open deoren opened 5 years ago

deoren commented 5 years ago

I'm new to using channels (really, Go in general), so I'll need to study these further, particularly attempting to close a channel that is already closed.