Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://embeddedgo.github.io/2019/11/16/go_on_not_so_small_hardware.html
Embedded Go
Go on not so small hardware
Bare-metal programming with Go.
Golang drawer
https://medium.com/a-journey-with-go/go-goroutine-os-thread-and-cpu-management-2f5a5eaf518a
Medium
Go: Goroutine, OS Thread and CPU Management
ℹ️
This article is based on Go 1.13.
Golang drawer
https://medium.com/swlh/an-ordered-map-in-go-436634692381
Medium
An ordered map in Go
An ordered map (also called a linked hash map in Java) is a data structure that allows amortized O(1) for access and mutation just like a…
Golang drawer
https://blog.gopheracademy.com/reactive-planning-go/
Gopheracademy
Reactive planning and reconciliation in Go
I wrote a quick introduction about why I think reactive planning is a cloud native pattern and I published an article about control theory, but I have just scratched the surface of this topic obviously.
Golang drawer
https://www.arp242.net/go-last-resort.html
Golang drawer
https://github.com/esimov/pigo
GitHub
GitHub - esimov/pigo: Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go. - esimov/pigo
Golang drawer
https://github.com/sfluor/musig
GitHub
GitHub - sfluor/musig: A shazam like tool to store songs fingerprints and retrieve them
A shazam like tool to store songs fingerprints and retrieve them - sfluor/musig
Golang drawer
https://github.com/saracen/fastzip
GitHub
GitHub - saracen/fastzip: Fastzip is an opinionated Zip archiver and extractor with a focus on speed.
Fastzip is an opinionated Zip archiver and extractor with a focus on speed. - saracen/fastzip
Golang drawer
https://github.com/labstack/echo
GitHub
GitHub - labstack/echo: High performance, minimalist Go web framework
High performance, minimalist Go web framework. Contribute to labstack/echo development by creating an account on GitHub.
Golang drawer
https://github.com/psampaz/gothanks
GitHub
GitHub - psampaz/gothanks: GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing…
GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the maintainers of the modules you use and the contributo...
Golang drawer
https://commandcenter.blogspot.com/2019/11/computational-reproducibility-some.html?m=1
Blogspot
Computational reproducibility: Some challenges
There has been recent discussion about the reproducibility of scientific results, with some unflattering conclusions. One study suggests ...
Golang drawer
https://xdg.me/blog/go-as-glue-json-xml-png-pdf/
xdg.me
Go as glue: JSON + XML + PNG = PDF - xdg.me
Mashing up card game web data into a printable PDF of card proxies.
Golang drawer
https://blog.gopheracademy.com/reactive-planning-go/
Gopheracademy
Reactive planning and reconciliation in Go
I wrote a quick introduction about why I think reactive planning is a cloud native pattern and I published an article about control theory, but I have just scratched the surface of this topic obviously.
Golang drawer
https://www.komu.engineer/blogs/golang-stacktrace/golang-stacktrace
Golang drawer
https://cloud.google.com/blog/products/application-development/updating-app-engine-with-more-new-runtimes
Google Cloud Blog
App Engine now offers runtimes for Java 11, Python 3.8, PHP 7.3, Go 1.13 and Nodejs 12. | Google Cloud Blog
Four new runtimes for App Engine
Golang drawer
https://github.com/urfave/cli
GitHub
GitHub - urfave/cli: A declarative, simple, fast, and fun package for building command line tools in Go
A declarative, simple, fast, and fun package for building command line tools in Go - urfave/cli
Golang drawer
https://www.arp242.net/go-last-resort.html
Golang drawer
Forwarded from
Hacker News
Go’s Features of Last Resort
Article
,
Comments
Golang drawer
https://gowebexamples.com/
Golang drawer
https://medium.com/blue-harvest-tech-blog/versioned-go-and-the-future-of-package-management-2fe5d56d7699
Medium
Versioned Go and the future of package management
From the go get to the go mod.