Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://eryb.space/2020/05/27/diving-into-go-by-building-a-cli-application.html
Golang drawer
https://gbws.io/articles/instrumentation-in-go/
Golang drawer
https://tpaschalis.github.io/goroutines-size/
tpaschalis.me
What is a goroutine? And what is their size?
I’m pretty sure that anyone learning Go has heard that “goroutines are like lightweight threads” and that “it’s okay to launch hundreds, thousands of goroutines”. Some people learn that “a goroutine takes up around 2 kilobytes”, most likely referencing the…
Golang drawer
https://github.com/zyedidia/micro
GitHub
GitHub - zyedidia/micro: A modern and intuitive terminal-based text editor
A modern and intuitive terminal-based text editor. Contribute to zyedidia/micro development by creating an account on GitHub.
Golang drawer
https://dave.cheney.net/2020/05/24/diamond-interface-composition-in-go-1-14
Golang drawer
https://github.com/go-vgo/robotgo
GitHub
GitHub - go-vgo/robotgo: RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar - go-vgo/robotgo
Golang drawer
https://github.com/golang-migrate/migrate
GitHub
GitHub - golang-migrate/migrate: Database migrations. CLI and Golang library.
Database migrations. CLI and Golang library. Contribute to golang-migrate/migrate development by creating an account on GitHub.
Golang drawer
https://github.com/andygrunwald/go-jira
GitHub
GitHub - andygrunwald/go-jira: Go client library for Atlassian Jira
Go client library for Atlassian Jira. Contribute to andygrunwald/go-jira development by creating an account on GitHub.
Golang drawer
https://www.dbcore.org/
Golang drawer
https://github.com/oragono/oragono
GitHub
GitHub - ergochat/ergo: A modern IRC server (daemon/ircd) written in Go.
A modern IRC server (daemon/ircd) written in Go. Contribute to ergochat/ergo development by creating an account on GitHub.
Golang drawer
https://smocker.dev/
smocker.dev
Home | Smocker
A simple and efficient HTTP mock server.
Golang drawer
https://github.com/gojek/heimdall
GitHub
GitHub - gojek/heimdall: An enhanced HTTP client for Go
An enhanced HTTP client for Go. Contribute to gojek/heimdall development by creating an account on GitHub.
Golang drawer
https://github.com/goccy/go-yaml
GitHub
GitHub - goccy/go-yaml: YAML support for the Go language
YAML support for the Go language. Contribute to goccy/go-yaml development by creating an account on GitHub.
Golang drawer
https://scene-si.org/2020/05/29/waiting-on-goroutines/
scene-si.org
Waiting on Goroutines - via @TitPetric
Golang drawer
https://www.komu.engineer/blogs/log-without-losing-context/log-without-losing-context
Golang drawer
https://www.komu.engineer/blogs/log-without-losing-context/log-without-losing-context
Golang drawer
https://changelog.com/gotime/132
Changelog
The trouble with databases (Go Time #132)
Databases are tricky, especially at scale. In this episode Mat, Jaana, and Jon discuss different types of databases, the pros and cons of each, along with the many ways developers can have issues with databases. They also explore questions like, "Why are…
Golang drawer
https://akrabat.com/converting-json-to-a-struct-in-go/
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoTimeHasLocation
Golang drawer
https://marcusnoble.co.uk/2020-05-27-unicode-support-in-go/
Marcus Noble
Unicode Support in Go
With Go being a relatively modern programming language, first released in 2009, it is not unsurprising that it has great support for Unicode strings. What is surprising is just how far this support goes.