Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoVersionsMyView
Golang drawer
https://thenewstack.io/add-it-up-azures-golang-problem/
The New Stack
Add It Up: Azure’s Golang Problem
Microsoft Azure does not support the cloud ative Go programming language as well as its rivals do according to a survey.
Golang drawer
https://thenewstack.io/add-it-up-azures-golang-problem/
The New Stack
Add It Up: Azure’s Golang Problem
Microsoft Azure does not support the cloud ative Go programming language as well as its rivals do according to a survey.
Golang drawer
https://changelog.com/gotime/128
Changelog
Immediate mode GUIs (Go Time #128)
Mat, Johnny and Jon are joined by Elias, creator of Gio, to discuss GUIs. Specifically, we explore the pros and cons of immediate vs retained mode and explore some examples of each, as well how some frameworks like React are attempting to bring the benefits…
Golang drawer
https://posener.github.io/goreadme/
posener.github.io
Documenting Go Github Repo
Some Thoughts of a Software Developer
Golang drawer
https://mortenson.coffee/blog/making-multiplayer-game-go-and-grpc/
Samuel Mortenson
Making a multiplayer game with Go and gRPC
Recently I’ve started to pick up a new programming language, Go, but have struggled to absorb lessons from presentations and tutorials into practical knowledge. My preferred learning method is always to work on a real project, even if it means the finished…
Golang drawer
https://github.com/hoanhan101/ultimate-go
GitHub
GitHub - hoanhan101/ultimate-go: The Ultimate Go Study Guide
The Ultimate Go Study Guide. Contribute to hoanhan101/ultimate-go development by creating an account on GitHub.
Golang drawer
https://segflow.github.io/post/go-compiler-optimization/
Golang drawer
https://golangbot.com/debugging-go-delve/
golangbot
Debugging Go Applications using Delve
This tutorial gives an overview of how to debug Go applications using Delve. It covers the commonly used commands such as breakpoint, continue, next and step.
Golang drawer
https://docs.google.com/presentation/d/1veyF0y6Ynr6AFzd9gXi4foaURlgbMxM-tmB4StDrdAM/edit#slide=id.g550f852d27_228_0
Google Docs
What's coming in Go 1.15
What's coming in Go 1.15 Go Remote Fest, 2020 - Daniel Martí
Golang drawer
https://evrone.com/rob-pike-interview
Evrone
Rob Pike interview for Evrone: “Go has become the language of cloud infrastructure”
Rob Pike, the co-author of the Go programming language, speaks about a career spanning four decades, and the evolution of Go over the last ten years.
Golang drawer
https://github.com/Shopify/sarama
GitHub
GitHub - IBM/sarama: Sarama is a Go library for Apache Kafka.
Sarama is a Go library for Apache Kafka. Contribute to IBM/sarama development by creating an account on GitHub.
Golang drawer
https://github.com/tinygo-org/tinygo/releases/tag/v0.11.0
GitHub
tinygo-org/tinygo
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM. - tinygo-org/tinygo
Golang drawer
https://github.com/gographics/imagick
GitHub
GitHub - gographics/imagick: Go binding to ImageMagick's MagickWand C API
Go binding to ImageMagick's MagickWand C API. Contribute to gographics/imagick development by creating an account on GitHub.
Golang drawer
https://github.com/go-sql-driver/mysql
GitHub
GitHub - go-sql-driver/mysql: Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package - go-sql-driver/mysql
Golang drawer
https://github.com/stretchr/testify
GitHub
GitHub - stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library
A toolkit with common assertions and mocks that plays nicely with the standard library - stretchr/testify
Golang drawer
https://github.com/jmigpin/editor
GitHub
GitHub - jmigpin/editor: Source code editor in pure Go.
Source code editor in pure Go. Contribute to jmigpin/editor development by creating an account on GitHub.
Golang drawer
https://github.com/karrick/godirwalk
GitHub
GitHub - karrick/godirwalk: Fast directory traversal for Golang
Fast directory traversal for Golang. Contribute to karrick/godirwalk development by creating an account on GitHub.
Golang drawer
https://github.com/rakyll/govalidate
GitHub
GitHub - rakyll/govalidate: Validates your Go installation and dependencies.
Validates your Go installation and dependencies. Contribute to rakyll/govalidate development by creating an account on GitHub.
Golang drawer
https://ieftimov.com/post/make-resilient-golang-net-http-servers-using-timeouts-deadlines-context-cancellation/
Ilija Eftimov
👨🚀
Make resilient Go net/http servers using timeouts, deadlines and context cancellation
When it comes to timeouts, there are two types of people: those who know how tricky they can be, and those who are yet to find out.