cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

How to Go wrong

Show more
The country is not specifiedThe language is not specifiedThe category is not specified
Advertising posts
997
Subscribers
No data24 hours
No data7 days
No data30 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

Photo unavailableShow in Telegram
🚓 Нет войне!
Show all...
🇺🇦
Show all...
rsc vs AWS. Довольно любопытный тред
Show all...
Thread by @_rsc on Thread Reader App

@_rsc: I wasn’t going to say anything, but since ZDNet has republished the AWS “Sustainability with Rust” blog post, a short thread about why that post is misleading (at best) about Go. 1/ First, the “really interest...…

В Twitter появилось сообщество по Go
Show all...
Вышел Go 1.18rc1: We have just released go1.18rc1, a release candidate version of Go 1.18. It is cut from release-branch.go1.18 at the revision tagged go1.18rc1. Please try your production load tests and unit tests with the new version. Your help testing these pre-release versions is invaluable. Report any problems using the issue tracker: https://go.dev/issue/new If you have Go installed already, the easiest way to try go1.18rc1 is by using the go command: $ go install golang.org/dl/go1.18rc1@latest $ go1.18rc1 download You can download binary and source distributions from the usual place: https://go.dev/dl/#go1.18rc1 To find out what has changed in Go 1.18, read the draft release notes: https://tip.golang.org/doc/go1.18
Show all...
Show all...
Возможно, в Go будет новый планировщик горутин. Или не будет. Текущая демка выглядит очень странно, но интересные моменты есть.
Show all...
runtime: investigate possible Go scheduler improvements inspired by Linux Kernel's CFS · Issue #51071 · golang/go

First, please let me pay tribute to your contributions. You guys are awesome! And Go is so marvelous! It has been more than ten years, and Go has already been very successful. So, I think it is tim...

Наконец-то поправили старый баг, когда git ветка с именем, похожим на SemVer тэг, приводила к созданию новой версии на прокси-сервере. Многие даже думали, что это фича.
Show all...
cmd/go: do not treat branches with semantic-version names as releases · Issue #35671 · golang/go

#33558 (comment) reports a situation in which a v2.0.0 branch was created and subsequently removed, but proxy.golang.org cached a v2.0.0+incompatible release. If someone creates a branch named v2.0...

Выкатили Go 1.17.7 с секьюрити фиксами
Show all...
Go1.17.7 Milestone · golang/go

The Go programming language. Contribute to golang/go development by creating an account on GitHub.

Главная проблема Apple silicon’а – delve работает в весьма урезанном режиме. (Предвосхищая вопросы: да, дебаггер полезен при разработке, в том числе и серверной, в том числе и на Go, когда его вообще можно использовать и он работает надёжно. Отладка логами менее удобна, но работает всегда.)
Show all...
runtime: support debugCall on arm64 · Issue #50614 · golang/go

debugCall is currently only supported on amd64, with the release of arm64 based macs it would be nice if a version of it also existed on arm64 and the feature has been requested on Delve's ...