en
Feedback
Go

Go

Open in Telegram

// admin @denniselite // Denis Podlesnykh, a Golang Engineer go func() { channel <- news }() news := <-channel fmt.Sprintf("%s", news)

Show more

πŸ“ˆ Analytical overview of Telegram channel Go

Channel Go (@golang) in the English language segment is an active participant. Currently, the community unites 19 300 subscribers, ranking 6 672 in the Technologies & Applications category and 11 831 in the China region.

πŸ“Š Audience metrics and dynamics

Since its creation on Π½Π΅Π²Ρ–Π΄ΠΎΠΌΠΎ, the project has demonstrated rapid growth, gathering an audience of 19 300 subscribers.

According to the latest data from 06 September, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 118 over the last 30 days and by 26 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.

πŸ“ Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
β€œ// admin @denniselite // Denis Podlesnykh, a Golang Engineer go func() { channel <- news }() news := <-channel fmt.Sprintf("%s", news)”

Thanks to the high frequency of updates (latest data received on 07 September, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

19 300
Subscribers
+2624 hours
+177 days
+11830 days

Data loading in progress...

Tags Cloud
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
September '26
September '26
+48
in 0 channels
August '26
+216
in 0 channels
Get PRO
July '26
+244
in 0 channels
Get PRO
June '26
+52
in 0 channels
Get PRO
May '26
+46
in 0 channels
Get PRO
April '26
+58
in 0 channels
Get PRO
March '26
+165
in 4 channels
Get PRO
February '26
+63
in 0 channels
Get PRO
January '26
+82
in 0 channels
Get PRO
December '25
+79
in 0 channels
Get PRO
November '25
+32
in 1 channels
Get PRO
October '25
+71
in 0 channels
Get PRO
September '25
+73
in 0 channels
Get PRO
August '25
+92
in 0 channels
Get PRO
July '25
+118
in 0 channels
Get PRO
June '25
+104
in 0 channels
Get PRO
May '25
+87
in 0 channels
Get PRO
April '25
+82
in 0 channels
Get PRO
March '25
+162
in 1 channels
Get PRO
February '25
+130
in 2 channels
Get PRO
January '25
+76
in 0 channels
Get PRO
December '24
+161
in 0 channels
Get PRO
November '24
+148
in 0 channels
Get PRO
October '24
+176
in 0 channels
Get PRO
September '24
+286
in 3 channels
Get PRO
August '24
+264
in 0 channels
Get PRO
July '24
+248
in 1 channels
Get PRO
June '24
+214
in 0 channels
Get PRO
May '24
+240
in 0 channels
Get PRO
April '24
+253
in 0 channels
Get PRO
March '24
+252
in 0 channels
Get PRO
February '24
+225
in 0 channels
Get PRO
January '24
+242
in 0 channels
Get PRO
December '23
+229
in 0 channels
Get PRO
November '23
+307
in 0 channels
Get PRO
October '23
+334
in 0 channels
Get PRO
September '23
+338
in 0 channels
Get PRO
August '23
+325
in 0 channels
Get PRO
July '23
+331
in 0 channels
Get PRO
June '23
+302
in 0 channels
Get PRO
May '23
+326
in 0 channels
Get PRO
April '23
+275
in 0 channels
Get PRO
March '23
+335
in 0 channels
Get PRO
February '23
+320
in 0 channels
Get PRO
January '23
+429
in 0 channels
Get PRO
December '22
+347
in 0 channels
Get PRO
November '22
+404
in 0 channels
Get PRO
October '22
+374
in 0 channels
Get PRO
September '22
+378
in 0 channels
Get PRO
August '22
+351
in 0 channels
Get PRO
July '22
+362
in 0 channels
Get PRO
June '22
+357
in 0 channels
Get PRO
May '22
+426
in 0 channels
Get PRO
April '22
+636
in 0 channels
Get PRO
March '22
+644
in 0 channels
Get PRO
February '22
+321
in 0 channels
Get PRO
January '22
+459
in 0 channels
Get PRO
December '21
+372
in 0 channels
Get PRO
November '21
+345
in 0 channels
Get PRO
October '21
+445
in 0 channels
Get PRO
September '21
+427
in 0 channels
Get PRO
August '21
+406
in 0 channels
Get PRO
July '21
+436
in 0 channels
Get PRO
June '21
+351
in 0 channels
Get PRO
May '21
+332
in 0 channels
Get PRO
April '21
+337
in 0 channels
Get PRO
March '21
+400
in 0 channels
Get PRO
February '21
+383
in 0 channels
Get PRO
January '21
+383
in 0 channels
Get PRO
December '20
+8 488
in 0 channels
Date
Subscriber Growth
Mentions
Channels
07 September+11
06 September+26
05 September+6
04 September0
03 September+4
02 September0
01 September+1
Channel Posts
If you’re working with Go and care about performance, then check out the https://goperf.dev/ Here you can find not theoretical, but practical patterns applicable to memory issues, concurrency, and overall, real bottlenecks you hit in production. The guide has been recently updated with more depth (atomics, concurrency trade-offs, etc.), so worth revisiting even if you’ve seen it before. Solid reference to keep bookmarked. Enjoy!

2
Are Atomic Operations Faster and Better Than a Mutex? It Depends From the author: "Recently, while reviewing a pull request,
Are Atomic Operations Faster and Better Than a Mutex? It Depends From the author: "Recently, while reviewing a pull request, a discussion arose about using sync/atomic versus sync.RWMutex. It’s a question that comes up often when writing concurrent Go code, so I thought it would make a great post" https://madflojo.dev/posts/are-atomic-operations-faster-than-a-mutex/
7 730
3
Hello, folks, it's bee a while. Re-sharing an interetsting recording from GopherCon 2025: Advancing Go Garbage Collection with Green Tea (youtube). TL;DR: Go 1.25 includes a new experimental garbage collector called Green Tea, available by setting GOEXPERIMENT=greenteagc at build time. Many workloads spend around 10% less time in the garbage collector, but some workloads see a reduction of up to 40%! There is an also official text version on the Green Tea Garbage Collector if one does not like to watch the video. Thanks!
7 503
4
Be Careful with Go Struct Embedding Embedding structs can quietly mask deeper-nested fields: a duplicate field name isn’t ambiguous unless it appears at the same β€˜depth’, meaning your program may choose an unintended value. https://mattjhall.co.uk/posts/be-careful-with-go-struct-embedding.html
7 882
5
[ On | No ] syntactic support for error handling The Go team has published a proposal for a new error handling syntax, aiming
[ On | No ] syntactic support for error handling The Go team has published a proposal for a new error handling syntax, aiming to simplify common error handling patterns without introducing exceptions or complex control flow. A new optional check built-in would allow the following syntax: func foo() error { x, e := check bar() y, e := check baz(x) return nil } Behind the scenes, check would automatically return the error if one occurs, making common patterns more concise while keeping Go’s explicit error handling philosophy. https://go.dev/blog/error-syntax
1 546
6
What's new in Go: Google I/O presentation https://www.youtube.com/watch?v=kj80m-umOxs&ab_channel=GoogleforDevelopers
9 540
7
Go 1.24: A Major Improvement for Tooling: go tools πŸ›  Hello, folks! The upcoming Go 1.24 (supposed to be coming this month, Feb 2025) introduces a new go tool command, aiming to significantly improve the way project-specific tools are managed. This update eliminates the need for the tools.go workaround, reduces dependency bloat, and improves performance through caching. So, - No more tools.go hacks - Faster execution with caching - Cleaner and more efficient dependency management How it works? Simple! Add a tool: go get -tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.4.1 Run it: go tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen --config=config.yaml openapi.yaml List available tools: go tool Some people say this is one of the most useful changes to Go's tooling in years, making project setups more efficient and maintainable, so take a look in more details here https://www.jvt.me/posts/2025/01/27/go-tools-124/ πŸš€ PS More official docs can be found in the Go 1.24's release notes here: https://tip.golang.org/doc/go1.24#tools
9 095
8
Hello, dear community! I wish you Merry Christmas πŸŽ„ Happy New Year 🎊 and great winter holidays ahead!β˜ƒοΈ ❄️ See you in 2025 πŸ‘‹
7 752
9
Coming in Go 1.24: testing/synctest experiment for time and concurrency testing Testing code that involves time or concurrency can be a struggle. It often leads to hard-to-debug flakes in CI or long-running tests. Go 1.24 is scheduled to be released in February and the release freeze has begun. It’s set to include an experimental testing/synctest package designed to make testing code that involves time or concurrency precise and fast. https://danp.net/posts/synctest-experiment/
13 335
10
Go Blueprint: A Quick Way to Start Go Projects βš’ The tool helps you setting up new Go projects fast, with ready-made templates and all the basic setup done for you. While I’m not really into using tools like this, some might find it useful to save time and focus on development. From the authors: "Powerful CLI tool designed to streamline the process of creating Go projects with a robust and standardized structure. Not only does Go Blueprint facilitate project initialization, but it also offers seamless integration with popular Go frameworks, allowing you to focus on your application's code from the very beginning." https://docs.go-blueprint.dev/
8 408
11
Go sync.Map: The Right Tool for the Right Job In Go, sync.Map offers a thread-safe alternative to traditional maps. While sync.Map can be highly effective in scenarios involving heavy concurrent access, it isn't always the best choice. In this article by VictoriaMetrics, you'll learn when to opt for sync.Map, how it differs from regular maps, and the performance trade-offs involved. https://victoriametrics.com/blog/go-sync-map/index.html
11 898
12
The standard library of Go 1.23 now includes the new unique package. The purpose behind this package is to enable the canonicalization of comparable values. In other words, this package lets you deduplicate values so that they point to a single, canonical, unique copy, while efficiently managing the canonical copies under the hood. You might be familiar with this concept already, called β€œinterning”. Let’s dive in to see how it works, and why it’s useful. https://go.dev/blog/unique
8 796
13
If you use Timer.Reset() in Go 1.22 or earlier, you may be doing it wrong. Even the book 100 Go Mistakes (which is usually right about Go nuances) got it wrong. Let's see what the problem might be and how to work around it. https://antonz.org/timer-reset/
9 245
14
Profile-guided optimisation (PGO) is a technique where CPU profile data for an application is collected and fed back into the
Profile-guided optimisation (PGO) is a technique where CPU profile data for an application is collected and fed back into the next compiler build of Go application. The compiler then uses this CPU profile data to optimise the performance of that build by around 2-14% currently (future releases could likely improve this figure further). In this article, the Grab tech folks show off their wins and learnings, along with the Dockerfile used to make it happen. https://engineering.grab.com/profile-guided-optimisation Enjoy!
8 148
15
Okay based on the first reactions it seems like the naming convention issue brought by Zach didn't get much reflection in you. In this case, I'd like to share a more practical guidance I used recently when had to test a k8s operator setup locally. The topic is: Go: Testing Kubernetes Applications with EnvTest Enjoy πŸ™‚ https://blog.marcnuri.com/go-testing-kubernetes-applications-envtest
11 485
16
"ok" considered harmful? β€œJust like there’s an unwritten law that every error variable in Go must be named err, there’s an un
"ok" considered harmful? β€œJust like there’s an unwritten law that every error variable in Go must be named err, there’s an unwritten law that every map existence variable in Go must be named ok.” But Zach thinks we can, and should, look at doing better. https://www.dolthub.com/blog/2024-05-10-ok-considered-harmful/
10 109
17
https://go.dev/blog/chacha8rand Explore the recent advancements in randomness within the Go programming language. Authors Russ Cox and Filippo Valsorda, part of the Go team, look closely at the complexities of addressing security requirements for specific use cases and the implementation of the ChaCha(Rand8) algorithm. Discover how these improvements have enhanced random number generation in Go, culminating in the seamless security enhancements introduced in Go 1.22.
10 937
18
Mastering Maps in Go: Everything You Need to Know Maps, also known as associative arrays or hash tables, are vital data structures for solving algorithmic problems in programming. Understanding their features, operations, time and space complexities, and implementation in code is crucial for developers. With this knowledge and practical experience, developers can effectively apply maps to problem-solving scenarios. This article offers a comprehensive guide to using maps, covering their overview, implementation in Go programming, and strategies for using them in concurrent code.
15 244
19
The Impact of Pre-Allocating Slice Memory on Performance β€” The author wanted to establish, in numbers, how pre-allocating memory improves performance using quantitative measurements and tools for automated detection.
9 186
20
Initial Thoughts on Go 1.22 β€” 1.22 is due next month, but the release candidate gives us a look at plenty of changes and impr
Initial Thoughts on Go 1.22 β€” 1.22 is due next month, but the release candidate gives us a look at plenty of changes and improvements coming down the pike, including new default behavior for loop variables in for loops, the β€˜rangefunc’ experiment (more on that next), and even some performance improvements. https://www.dolthub.com/blog/2024-01-12-golang-1-22rc/
9 600