DIFF.BLOG
New
Following
Discover
Jobs
More
Top Writers
Suggest a blog
Upvotes plugin
Report bug
Contact
About
Sign up  
Nil channels in Go
47
·
Vishnu Bharathi
·
Feb. 17, 2025, 9 p.m.
Summary
The blog post discusses a common error in Go programming regarding the declaration of channels, specifically how using 'var c chan int' can lead to issues compared to using 'c := make(chan int)'.
Read full post on vishnubharathi.codes →
Submit
AUTHOR
BLOG POST FEATURED ON
r/golang
5 points
Hacker News
3 points
r/programming
2 points
r/AnyDesk
1 points
Add this plugin to your blog
RECENT POSTS FROM THE AUTHOR