mock
_sobes
Темы
Войти
Регистрация
Темы
Войти
Регистрация
← все темы
Go (Golang) — основы и production
golang
🎴 Пройти квиз
Фильтры:
все
junior
middle
senior
staff
·
theory
mcq
code
design
debug
eli5
case
correct_vs_wrong
code_explain
quiz
2 вопросов
middle
theory
Объясни модель concurrency в Go: goroutines vs threads, channels, select. Когда buffered, когда unbuffered? Что такое "share by communicating"?
middle
theory
Error handling в Go: явный `if err != nil`, sentinel errors, wrap через `%w`, `errors.Is`, `errors.As`. Когда что использовать?