Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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/
Golang drawer
https://ebiten.org/blog/v1.12.0.html
Ebitengine - A dead simple 2D game engine for Go
v1.12.0 is released - Ebitengine
Ebitengine is an open source game engine for the Go programming language. Ebitengine's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Golang drawer
https://github.com/lthibault/jitterbug
GitHub
GitHub - lthibault/jitterbug: Tickers with random jitter
Tickers with random jitter. Contribute to lthibault/jitterbug development by creating an account on GitHub.
Golang drawer
https://github.com/google/ko
GitHub
GitHub - ko-build/ko: Build and deploy Go applications
Build and deploy Go applications. Contribute to ko-build/ko development by creating an account on GitHub.
Golang drawer
https://github.com/ikawaha/kagome
GitHub
GitHub - ikawaha/kagome: Self-contained Japanese Morphological Analyzer written in pure Go
Self-contained Japanese Morphological Analyzer written in pure Go - ikawaha/kagome
Golang drawer
https://github.com/felixge/sqlbench
GitHub
GitHub - felixge/sqlbench: sqlbench measures and compares the execution time of one or more SQL queries.
sqlbench measures and compares the execution time of one or more SQL queries. - felixge/sqlbench
Golang drawer
https://github.com/rqlite/rqlite
GitHub
GitHub - rqlite/rqlite: The lightweight, user-friendly, fault-tolerant database built on SQLite.
The lightweight, user-friendly, fault-tolerant database built on SQLite. - rqlite/rqlite
Golang drawer
https://github.com/gotk3/gotk3
GitHub
GitHub - gotk3/gotk3: Go bindings for GTK3
Go bindings for GTK3. Contribute to gotk3/gotk3 development by creating an account on GitHub.
Golang drawer
https://docs.timescale.com/latest/tutorials/quickstart-go/?utm_source=go-weekly-sponsor&utm_medium=email&utm_campaign=go-weekly-sponsor-oct-2020&utm_content=go-quickstart-docs
Timescale
TimescaleDB Developer Docs
documentation for working with TimescaleDB, the open-source time-series database.
Golang drawer
https://github.com/manifoldco/promptui
GitHub
GitHub - manifoldco/promptui: Interactive prompt for command-line applications
Interactive prompt for command-line applications. Contribute to manifoldco/promptui development by creating an account on GitHub.
Golang drawer
https://github.com/muesli/duf
GitHub
GitHub - muesli/duf: Disk Usage/Free Utility - a better 'df' alternative
Disk Usage/Free Utility - a better 'df' alternative - muesli/duf
Golang drawer
https://blog.cloudflare.com/announcing-grpc/
The Cloudflare Blog
Announcing support for gRPC
Today we're excited to announce beta support for proxying gRPC, a next-generation protocol that allows you to build APIs at scale.
Golang drawer
https://m.youtube.com/playlist?list=PL0q7mDmXPZm7s7weikYLpNZBKk5dCoWm6#
Golang drawer
https://boyter.org/posts/faster-literal-string-matching-in-go/