Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://aykevl.nl/2020/09/tinygo-esp32
aykevl.nl
Ayke van Laëthem – ESP32 and ESP8266 support in TinyGo
How ESP32/ESP8266 support got added to TinyGo, how we got there, and the current status of support.
Golang drawer
https://github.com/f-secure-foundry/tamago
GitHub
GitHub - f-secure-foundry/tamago: TamaGo - bare metal Go for ARM SoCs
TamaGo - bare metal Go for ARM SoCs. Contribute to f-secure-foundry/tamago development by creating an account on GitHub.
Golang drawer
https://github.com/hashicorp/go-immutable-radix
GitHub
GitHub - hashicorp/go-immutable-radix: An immutable radix tree implementation in Golang
An immutable radix tree implementation in Golang. Contribute to hashicorp/go-immutable-radix development by creating an account on GitHub.
Golang drawer
https://github.com/chhabraamit/2048/
GitHub
GitHub - chhabraamit/2048: A cli implementation of 2048 game in golang
A cli implementation of 2048 game in golang. Contribute to chhabraamit/2048 development by creating an account on GitHub.
Golang drawer
https://github.com/vrongmeal/leaf
GitHub
GitHub - vrongmeal/leaf: General purpose reloader for all projects.
General purpose reloader for all projects. Contribute to vrongmeal/leaf development by creating an account on GitHub.
Golang drawer
https://github.com/datasweet/datatable
GitHub
GitHub - datasweet/datatable: A go in-memory table
A go in-memory table. Contribute to datasweet/datatable development by creating an account on GitHub.
Golang drawer
https://github.com/traefik/yaegi
GitHub
GitHub - traefik/yaegi: Yaegi is Another Elegant Go Interpreter
Yaegi is Another Elegant Go Interpreter. Contribute to traefik/yaegi development by creating an account on GitHub.
Golang drawer
https://github.com/nkanaev/yarr
GitHub
GitHub - nkanaev/yarr: yet another rss reader
yet another rss reader. Contribute to nkanaev/yarr development by creating an account on GitHub.
Golang drawer
https://github.com/golang/tools/releases/tag/gopls%2Fv0.5.0
GitHub
Release gopls/v0.5.0 · golang/tools
A full list of issues closed can be found in the gopls/v0.5.0 milestone.
Memory usage
Rewrite of caching model, resulting in significant memory usage improvements (@heschik).
New features
Extrac...
Golang drawer
https://blog.repl.it/database
Replit Blog
A database for every repl
Repl.it is already the best place to build your apps. But there was a missing piece: where do you store your data? We’re introducing…
Golang drawer
https://github.com/lucasepe/modgv
GitHub
GitHub - lucasepe/modgv: Converts 'go mod graph' output into Graphviz's DOT language
Converts 'go mod graph' output into Graphviz's DOT language - lucasepe/modgv
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoGCBadPointerPanics
Golang drawer
https://www.elastic.co/blog/the-go-client-for-elasticsearch-configuration-and-customization
Elastic Blog
The Go client for Elasticsearch: Configuration and customization
The seemingly simple job of an Elasticsearch client is actually quite complicated under the hood, and there are situations where you'll want to configure, customize, or enable/disable certain features...
Golang drawer
https://rogchap.com/2020/09/14/running-go-code-on-ios-and-android/
Rogchap
Running Go Code on iOS and Android
In this tutorial we’ll be building a simple Go package that you can run from an iOS application (Swift) and also an Android application (Kotlin).
This tutorial does NOT use the Go Mobile framework; instead it uses Cgo to build the raw static (iOS) and shared…
Golang drawer
https://eli.thegreenplace.net/2020/writing-multi-package-analysis-tools-for-go/
Golang drawer
https://medium.com/swlh/cool-stuff-with-gos-ast-package-pt-1-981460cddcd7
Medium
Cool Stuff With Go’s AST Package Pt 1
The Package for Dissecting the Go Language
Golang drawer
https://qvault.io/2020/09/15/gos-major-version-handling-sucks-from-a-fanboy/
wagslane.dev
Go’s Major Versioning Sucks – From a Fanboy
I'm normally a fan of the rigidity within the Go toolchain
Golang drawer
https://www.cockroachlabs.com/blog/pebble-rocksdb-kv-store/
Cockroachlabs
Introducing Pebble: A RocksDB-inspired key-value store written in Go
Today we’re introducing Pebble, a RocksDB-inspired and RocksDB compatible key-value store written in Go that brings greater stability to CockroachDB.
Golang drawer
https://github.com/tinygo-org/bluetooth#go-bluetooth
GitHub
GitHub - tinygo-org/bluetooth: Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using…
Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI - tinygo-org/bluetooth
Golang drawer
https://blog.pixielabs.ai/blog/ebpf-function-tracing/post/