Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://pace.dev/blog/2020/02/13/batching-operations-in-go-by-mat-ryer
Pace Blog
Batching operations in Go by Mat Ryer - PACE.
Mat Ryer discusses how grouping operations into batches can just take some clever loops and counters, but if you encapsulate that logic into a helper, you can trust it more.
Golang drawer
https://embeddedgo.github.io/2020/02/11/getting_started_with_bluetooth_le.html
embeddedgo.github.io
Getting started with Bluetooth LE
Golang drawer
https://medium.com/a-journey-with-go/go-discovery-of-the-trace-package-e5a821743c3c
Medium
Go: Discovery of the Trace Package
âšī¸
This article is based on Go 1.13.
Golang drawer
https://groups.google.com/forum/m/#!msg/golang-announce/pYiaiBU6kvs/2v6R6vh2BAAJ
Golang drawer
https://labs.f-secure.com/blog/tamago/
Golang drawer
https://github.com/fatih/faillint
GitHub
GitHub - fatih/faillint: Report unwanted import path and declaration usages
Report unwanted import path and declaration usages - fatih/faillint
Golang drawer
https://blog.min.io/simdjson-go-parsing-gigabyes-of-json-per-second-in-go/
MinIO Blog
simdjson-go: Parsing gigabyes of JSON per second in Go
simdjson uses a novel, two stage approach with which it is possible to achieve a parsing performance of gigabytes of JSON per second on a single core.
Golang drawer
https://www.ardanlabs.com/blog/2020/02/modules-04-mirros-checksums-athens.html
Ardanlabs
Modules Part 04: Mirrors, Checksums and Athens
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://github.com/fyne-io/fyne
GitHub
GitHub - fyne-io/fyne: Cross platform GUI toolkit in Go inspired by Material Design
Cross platform GUI toolkit in Go inspired by Material Design - fyne-io/fyne
Golang drawer
Forwarded from
DevOps drawer
https://rakyll.org/go-cloud/
Golang drawer
https://github.com/shenwei356/seqkit
GitHub
GitHub - shenwei356/seqkit: A cross-platform and ultrafast toolkit for FASTA/Q file manipulation
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation - shenwei356/seqkit
Golang drawer
https://github.com/twitchtv/twirp
GitHub
GitHub - twitchtv/twirp: A simple RPC framework with protobuf service definitions
A simple RPC framework with protobuf service definitions - twitchtv/twirp
Golang drawer
https://github.com/sendgrid/rest
GitHub
GitHub - sendgrid/rest: SendGrid's Golang HTTP Client for calling APIs
SendGrid's Golang HTTP Client for calling APIs. Contribute to sendgrid/rest development by creating an account on GitHub.
Golang drawer
https://github.com/buckket/go-blurhash
GitHub
GitHub - buckket/go-blurhash: A Blurhash implementation in pure Go (Decode/Encode)
A Blurhash implementation in pure Go (Decode/Encode) - buckket/go-blurhash
Golang drawer
https://github.com/go-kivik/kivik
GitHub
GitHub - go-kivik/kivik: Common interface to CouchDB or CouchDB-like databases for Go and GopherJS
Common interface to CouchDB or CouchDB-like databases for Go and GopherJS - go-kivik/kivik
Golang drawer
https://github.com/Shpota/goxygen
GitHub
GitHub - Shpota/goxygen: Generate a modern Web project with Go and Angular, React, or Vue in seconds
đ˛
Generate a modern Web project with Go and Angular, React, or Vue in seconds
đ˛
- Shpota/goxygen
Golang drawer
https://github.com/hashicorp/go-memdb
GitHub
GitHub - hashicorp/go-memdb: Golang in-memory database built on immutable radix trees
Golang in-memory database built on immutable radix trees - hashicorp/go-memdb
Golang drawer
https://github.com/netgusto/nodebook
GitHub
GitHub - netgusto/nodebook: Nodebook - Multi-Lang Web REPL + CLI Code runner
Nodebook - Multi-Lang Web REPL + CLI Code runner. Contribute to netgusto/nodebook development by creating an account on GitHub.
Golang drawer
https://gohugo.io/news/0.65.0-relnotes/
gohugo.io
0.65.0: Hugo Reloaded!
Draft, expire, resource bundling, and fine grained publishing control for any page. And it's faster.
Golang drawer
https://godoc.org/tawesoft.co.uk/go/operator
godoc.org
Package operator
Package operator implements logical, arithmetic, bitwise and comparison operators as functions (like the Python operator module).