cookie

Sizning foydalanuvchi tajribangizni yaxshilash uchun cookie-lardan foydalanamiz. Barchasini qabul qiling», bosing, cookie-lardan foydalanilishiga rozilik bildirishingiz talab qilinadi.

avatar

How to Go wrong

Ko'proq ko'rsatish
Mamlakat belgilanmaganTil belgilanmaganToif belgilanmagan
Reklama postlari
997
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
Ma'lumot yo'q30 kunlar

Ma'lumot yuklanmoqda...

Obunachilar o'sish tezligi

Ma'lumot yuklanmoqda...

Photo unavailableShow in Telegram
🚓 Нет войне!
Hammasini ko'rsatish...
🇺🇦
Hammasini ko'rsatish...
rsc vs AWS. Довольно любопытный тред
Hammasini ko'rsatish...
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
Hammasini ko'rsatish...
Вышел 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
Hammasini ko'rsatish...
Hammasini ko'rsatish...
Возможно, в Go будет новый планировщик горутин. Или не будет. Текущая демка выглядит очень странно, но интересные моменты есть.
Hammasini ko'rsatish...
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 тэг, приводила к созданию новой версии на прокси-сервере. Многие даже думали, что это фича.
Hammasini ko'rsatish...
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 с секьюрити фиксами
Hammasini ko'rsatish...
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, когда его вообще можно использовать и он работает надёжно. Отладка логами менее удобна, но работает всегда.)
Hammasini ko'rsatish...
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 ...