Explore tweets tagged as #golang
or-channel pattern in Go is a powerful concurrency pattern used to combine multiple done channels into a single done channel. this new channel closes as soon as any of the input channels close, effectively acting as a unified signal for completion or cancellation. #golang
5
5
97
🚀 Day 14 of My Go Journey Two weeks ago, I started learning Go (Golang) from scratch. It’s been challenging but exciting — and in just 14 days, here’s what I’ve been able to cover:
3
1
7
It is very interesting to me as how lexical scoping works in this golang program. The "fib" is defined as an assignment, but it is used in the R-value expression.
0
0
3
Top Reading List in Artificial Intelligence to Know! #BigData #Analytics #DataScience #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #GoLang #CloudComputing #Serverless #DataScientist #Linux #Books #Programming #Coding #100DaysofCode
2
27
157
Finally going to learn Golang Cause who doesn't like cross-platform simplicity Lets go !
2
0
2
Switched to Linux from windows(today) Trying to make a switch to GOlang Definitely not becoming a degenerate…
I’ve always roasted Linux users while flexing my Windows setup. Never thought a day would come where I’d say this but... I’m actually thinking of switching to Linux. Character development unlocked🙃
2
0
5
🐹 In Go, switch is safer than C/Java/JS/PHP: 👉 Only the matching case runs ✅ 👉 No accidental fallthrough 🚫 👉 𝐟𝐚𝐥𝐥𝐭𝐡𝐫𝐨𝐮𝐠𝐡 is explicit if you really need it Cleaner, less buggy, more readable 💡 #Golang #CleanCode #DevCommunity #RemoteWork #openTowork
1
0
2
Creating a Go struct from an XML document. The resulting struct works best for reading XML #golang
https://t.co/rUAcEGU1MG
1
10
104
Ever wonder why Golang crushes concurrency? Goroutines are lightweight threads that let you spin up thousands without killing performance. Just start with go func() and watch your app multitask like a pro. What's your take on Golang's concurrency?
0
0
3