Go 1.16 Release Candidate 1 is released!
Go 1.16, due to have its final release in February, is now taking its final form and is ready for your production testing, say the Go team.
>>>
It is cut from release-branch.go1.16 at the revision tagged go1.16rc1. 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://golang.org/issue/new
If you have Go installed already, the easiest way to try go1.16rc1 is by using the go command:
You can download binary and source distributions from the usual place: https://golang.org/dl/#go1.16rc1
To find out what has changed in Go 1.16, read the draft release notes: https://tip.golang.org/doc/go1.16
Source: https://groups.google.com/g/golang-announce/c/U_FUHY4wuSc/m/3_Vw3oqpAgAJ
Go 1.16, due to have its final release in February, is now taking its final form and is ready for your production testing, say the Go team.
>>>
It is cut from release-branch.go1.16 at the revision tagged go1.16rc1. 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://golang.org/issue/new
If you have Go installed already, the easiest way to try go1.16rc1 is by using the go command:
$ go get golang.org/dl/go1.16rc1
$ go1.16rc1 download
You can download binary and source distributions from the usual place: https://golang.org/dl/#go1.16rc1
To find out what has changed in Go 1.16, read the draft release notes: https://tip.golang.org/doc/go1.16
Source: https://groups.google.com/g/golang-announce/c/U_FUHY4wuSc/m/3_Vw3oqpAgAJ
GitHub
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
How to work with context.Context: an official blog post.
The documentation for context states:
“Contexts should not be stored inside a struct type, but instead passed to each function that needs it.”
This article expands on that advice with reasons and examples describing why it's important to pass Context rather than store it in another type.
https://blog.golang.org/context-and-structs
The documentation for context states:
“Contexts should not be stored inside a struct type, but instead passed to each function that needs it.”
This article expands on that advice with reasons and examples describing why it's important to pass Context rather than store it in another type.
https://blog.golang.org/context-and-structs
go.dev
Contexts and structs - The Go Programming Language
Introduction to generics from “Learn Go wil tests”: A nice tutorial that takes a step approach to teach generics starting from duplicating code for types, then to interface{}, and finally to generics. And you can run it all in the go2go playground.
https://quii.gitbook.io/learn-go-with-tests/meta/intro-to-generics
https://quii.gitbook.io/learn-go-with-tests/meta/intro-to-generics
🤖 Building a Telegram Bot with Apache Kafka, Go & ksqlDB
https://www.youtube.com/watch?v=45geuWUJEQg&ab_channel=GOTOConferences
@Golang_google
https://www.youtube.com/watch?v=45geuWUJEQg&ab_channel=GOTOConferences
@Golang_google
YouTube
🤖 Building a Telegram Bot with Apache Kafka, Go & ksqlDB • Robin Moffatt • GOTO 2020
This presentation was recorded at GOTOpia November 2020. #GOTOcon #GOTOpia
http://gotopia.eu
Robin Moffatt - Senior Developer Advocate at Confluent
You can find more content like this on Robin’s YouTube Channel:
http://youtube.com/rmoff
ABSTRACT
Imagine…
http://gotopia.eu
Robin Moffatt - Senior Developer Advocate at Confluent
You can find more content like this on Robin’s YouTube Channel:
http://youtube.com/rmoff
ABSTRACT
Imagine…
🕸 Golang для веб-разработки: примеры использования
https://proglib.io/p/golang-dlya-veb-razrabotki-primery-ispolzovaniya-2021-04-20
@Golang_google
https://proglib.io/p/golang-dlya-veb-razrabotki-primery-ispolzovaniya-2021-04-20
@Golang_google
Библиотека программиста
🕸 Golang для веб-разработки: примеры использования
Разбираем преимущества и недостатки языка Go для веб-разработки и рассказываем о написанных на нем (и для него) приложениях, библиотеках и фреймворках, которые можно использовать в собственных проектах.
Видео: разработка микросервиса на Go на примере реального проекта
https://tproger.ru/video/video-razrabotka-mikroservisa-na-go-na-primere-realnogo-proekta/?autoplay=1
@Golang_google
https://tproger.ru/video/video-razrabotka-mikroservisa-na-go-na-primere-realnogo-proekta/?autoplay=1
@Golang_google
Tproger
Видео: разработка микросервиса на Go на примере реального проекта
Автор рассматривает микросервис на Go, демонстрирует структуру проекта, показывает систему авторизации и подробно объясняет принятые решения.
BLACK HAT GO
Go Programming for Hackers and
Pentesters
2020
https://github.com/blackhat-go/bhg
@Golang_google
Go Programming for Hackers and
Pentesters
2020
https://github.com/blackhat-go/bhg
@Golang_google
Создание базового RESTful (CRUD) с помощью Golang и MySQL
https://dev-gang.ru/article/sozdanie-bazovogo-restful-crud-s-pomosczu-golang-i-mysql-easg6h3rql/
@Golang_google
https://dev-gang.ru/article/sozdanie-bazovogo-restful-crud-s-pomosczu-golang-i-mysql-easg6h3rql/
@Golang_google