Telegram RegisterThe public register of Telegram
Telegram profile photo for Go Library

Channel

Go Library

@golanglibrary

On this record: Topic · Growth · Engagement · Advertising · Posts · Citations · Telegram's recommendations · Cite this entry

4,385subscribers

-1 since we began measuring on 6 August 2026

Risers and fallers across the register · movement among entries of 3,162–10,000.

Register entry

Telegram ID-1001228132127
TypeChannel
Username@golanglibrary
Created21 April 2018measured — cross-checked against a third-party dataset (TGDataset)
First recorded6 August 2026
Last confirmed live17 September 2026
Measurements held14
Confirmed unchanged1 time, most recently 17 September 2026
On Telegramt.me/golanglibrary

Topic

Technology — a classification, not a measurement. An on-box language model (Qwen3.6-35B-A3B-FP8, prompt version 1) read this channel’s own recent posts on 13 September 2026 and assigned it the closest of 31 fixed categories, at 99% confidence. This is a model’s judgement about what the channel is likely to be about, not a fact this register measured the way a subscriber count or a view count is measured — it can be revised on a later pass, and it carries no weight anywhere else on this page. How this classification works, and why it has no browse page of its own yet.

Growth

4,3734,3864,379.56 August 2026 — 4,386 subscribers6 August 2026 — 4,386 subscribers6 August 2026 — 4,385 subscribers9 August 2026 — 4,381 subscribers15 August 2026 — 4,383 subscribers18 August 2026 — 4,382 subscribers22 August 2026 — 4,381 subscribers25 August 2026 — 4,382 subscribers28 August 2026 — 4,378 subscribers31 August 2026 — 4,373 subscribers4 September 2026 — 4,374 subscribers9 September 2026 — 4,380 subscribers13 September 2026 — 4,379 subscribers17 September 2026 — 4,385 subscribers4,3856 August 202617 September 2026
14 measurements spanning 42 days, net -1. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 4,371–4,388 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
17 Sept 2026, 05:394,385+6
13 Sept 2026, 04:424,379-1
9 Sept 2026, 06:564,380+6
4 Sept 2026, 05:564,374+1
31 Aug 2026, 19:584,373-5
28 Aug 2026, 16:584,378-4
25 Aug 2026, 10:144,382+1
22 Aug 2026, 07:354,381-1
18 Aug 2026, 12:244,382-1
15 Aug 2026, 17:184,383+2
9 Aug 2026, 15:184,381-4
6 Aug 2026, 10:504,385-1
6 Aug 2026, 04:044,386no change
6 Aug 2026, 03:534,386first reading

Engagement

23 posts held, back to 18 July 2026the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 6 pages of Telegram’s post history, 20 posts per page.

Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 23 posts for this entry, the most recent from 8 August 2026. An engagement rate over an empty window would be a number about nothing.

Advertising

Ad load
4.35%
1 of 23 posts carry an ad marker
Regulatory tokens
1
posts carrying an erid · 1 distinct token
Median views · ads
741
over 1 measured post
Median views · rest
1,090
over 22 measured posts

An ad marker, not a judgement about a post. A post is counted here because it carries one of two explicit markings: an erid token, which Russian law has required on paid placements since 2022 and which is issued against a specific advertising contract, or a #реклама / #ad hashtag in the body, which is the channel declaring it itself. The first is documentary; the second is a self-declaration and is weaker. No classifier reads the text and decides — nothing on this site guesses that a post is an advertisement.

This is a floor, and it can only ever be a floor. A channel that runs paid placements without marking them produces no marker for us to count, and an unmarked ad is indistinguishable from an ordinary post on the public surface. The ad load above therefore means “the share of posts that declared themselves”, never “the share of posts that were paid for”. A low figure is not evidence of a channel that runs few ads.

Both figures are medians, and no ratio between them is published. Each is a view reading that actually occurred on a post, picked by percentile_disc rather than averaged, so one viral post cannot move it and no interpolated value is invented between two readings. The sample on one side is under five posts, which is too thin to compare. The two figures are shown side by side with the count behind each, and deliberately not divided into a headline like “ads get x% fewer views” — an arithmetic that is easy to print and, at this sample size, means nothing.

Advertising tokens recorded on this entry
eridPostsFirst seenLast seen
2Vtzquch2ft14 August 20264 August 2026

A token repeated across several posts is one advertising contract placed more than once, which is what the identifier is for. The strings are reproduced exactly as they appeared in the post or in its click-through URL and are not validated against any registry — we record the marker a channel published, and whether it resolves to a real contract is a question for the register that issued it.

Measured over the 23 most recent posts we hold, published 18 July 2026 to 8 August 2026. Views are the latest single reading held for each post, and any reading at or above 1,000 is rounded by Telegram to three significant figures.

Recent posts

8 Aug 2026, 09:01 UTC298 viewsread 8 August 2026

httpsms httpSMS is a service that lets you use your Android phone as an SMS Gateway to send and receive SMS messages. You make a request to a simple HTTP API and it triggers your Android phone to send an SMS. https://github.com/NdoleStudio/httpsms

7 Aug 2026, 09:01 UTC484 viewsread 8 August 2026

Benchmarking Go 1.27's encoding/json: The any Trap encoding/json/v2 has been experimental in Go for almost a year. In Go 1.27 (coming this August), v2 becomes the default backend for encoding/json. Is v2 faster? Considering the breaking changes in v2 and Go's compatibility promise, will compatibility affect performance? https://reqfleet.com/blog/benchmarking-go-1-27-encoding-json-the-any-trap

6 Aug 2026, 09:05 UTC567 viewsread 8 August 2026

Request coalescing with Go singleflight A hot key expires, the next request misses the cache, so it queries Postgres to refill the key — the key is popular, so while that first query runs, a hundred more pile in. Postgres ends up running a hundred identical queries at once, all for the same value. That's known as a thundering herd or cache stampede. https://rednafi.com/go/request-coalescing

5 Aug 2026, 09:01 UTC645 viewsread 8 August 2026

Fixing a kubelet Memory Leak in Kubernetes 1.36 How I tracked down a tiny Go lifecycle bug in Kubernetes kubelet which leaked a context on every startPodSync. My frugality paid unexpected dividends: this tiny 2 GiB RAM node had so much memory pressure that it quickly revealed a deeper issue in Kubernetes 1.36. https://heyoncall.com/blog/fixing-kubernetes-kubelet-memory-leak

4 Aug 2026, 10:02 UTC741 viewsread 8 August 2026
Advertisementerid 2Vtzquch2ftPhoto

🔴 Тестовое собеседование с Go Senior с опытом работы в Яндексе, EPAM и Uzum в этот четверг 6 августа(в четверг!) в 19:00 по мск приходи онлайн на открытое собеседование, чтобы посмотреть на настоящее интервью на Middle Go-разработчика. Как это будет: 📂 Маруф Караев, Senior в европйской компании, ex-Uzum, ex-Яндекс, ex-EPAM будет задавать реальные вопросы и задачи разработчику-добровольцу 📂 Маруф будет комментироват

4 Aug 2026, 09:01 UTC654 viewsread 8 August 2026

Line-rate packet processing in Go with AF_XDP Every few years I circle back to the same question: how fast can we send and receive packets on a plain Linux box? Today we're going a level deeper into my favorite of the bunch: AF_XDP, using a Go library I wrote to make it easy: go-afxdp. https://toonk.io/line-rate-packet-processing-in-go-with-af_xdp

3 Aug 2026, 09:05 UTC707 viewsread 8 August 2026

Go interfaces, reflection, and binary size The short version is that if you're using certain sorts of reflection anywhere in your program, the Go linker won't remove exported (public) methods of any concrete type that's reachable through an interface. It doesn't matter how narrow the interface is; the moment you combine reflection and a concrete type in an interface, the Go linker more or less stops throwing out unu

2 Aug 2026, 09:02 UTC796 viewsread 8 August 2026

mmap vs pread in a real Go storage engine When you build a storage engine in Go, sooner or later you need to answer a very plain question: "How should the code read bytes from files?" This sounds too low-level to matter, but a surprisingly thorough tour of how the VictoriaMetrics filesystem layer reads bytes shows why it does. https://internals-for-interns.com/posts/mmap-vs-pread-go-storage-engine

1 Aug 2026, 09:01 UTC867 viewsread 8 August 2026

goshot Goshot is a Go library and CLI for creating beautiful screenshots of code and terminal output, with syntax highlighting, window chrome, and rich backgrounds. https://github.com/watzon/goshot

31 Jul 2026, 09:03 UTC963 viewsread 8 August 2026

clawk Give coding agents a disposable Linux VM, not your laptop https://github.com/clawkwork/clawk

30 Jul 2026, 09:02 UTC≈1,040 viewsread 8 August 2026

go-shirei Shirei is a Cross-Platform GUI framework for Go. You get to write the UI using Go, not HTML and Javascript. https://github.com/hasenj/go-shirei

29 Jul 2026, 09:03 UTC≈1,090 viewsread 8 August 2026

noisia Harmful workload generator for PostgreSQL. https://github.com/lesovsky/noisia

Showing the 12 most recent of 23 posts we hold for @golanglibrary. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.

Forward network

Built only from forwarded posts we have actually read, on both sides. Coverage is early and deliberately incomplete: a missing link means we have not read the post that would prove it, never that the relationship does not exist. Counts are distinct forwarded posts observed, so they only ever go up as we read more.

Appears in Telegram’s recommendations for other channels

The reverse of the list above, and a different kind of signal. This does not require this channel to have ever been asked about directly — each row below is a channel we DID ask Telegram about, whose Telegram-generated list happened to include this one. A channel can appear here with an empty list above it, because being named by someone else’s query is independent of having been queried itself.

Golang
@Golang_google · 40,434
Telegram ranks this channel #12 of 90 here — alongside 89 others — read 30 August 2026
Библиотека Go-разработчика | Golang
@goproglib · 24,071
Telegram ranks this channel #14 of 91 here — alongside 90 others — read 17 September 2026
Free PDFs
@Examscart · 33,556
Telegram ranks this channel #35 of 36 here — alongside 35 others — read 3 September 2026

This channel appears in 3 seed channels' Telegram-generated recommendation lists in total. Each is Telegram’s list for THAT channel, not this one — see how this is measured.

Cite this entry

A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 17 September 2026 — this entry's latest reading, not the date you are reading this.

“Go Library” (@golanglibrary), 4,385 subscribers as measured 17 September 2026. Telegram Register, tgregister.com/channel/golanglibrary.

Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.