Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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).
Golang drawer
https://github.com/briandowns/spinner
GitHub
GitHub - briandowns/spinner: Go (golang) package with 90 configurable terminal spinner/progress indicators.
Go (golang) package with 90 configurable terminal spinner/progress indicators. - briandowns/spinner
Golang drawer
https://changelog.com/gotime/118
Changelog
Quack like a wha-? (Go Time #118)
Interfaces are everywhere in Go. The basic error type is an interface, writing with the `fmt` package means you are probably using an interface, and there are countless other instances where they pop up. In this episode Mark, Mat, Johnny, and Jon discuss…
Golang drawer
https://blog.jetbrains.com/go/2020/02/18/running-goland-on-a-raspberry-pi-4/
The JetBrains Blog
Running GoLand on a Raspberry Pi 4 | The GoLand Blog
Let's learn how to make GoLand, or any JetBrains IDE, work on a Raspberry Pi 4, a popular development single-board computer. We'll cover: Requirements Installing the Operating System Operating
Golang drawer
https://m.youtube.com/watch?v=uvSzIZlh8O8
YouTube
Modeling MongoDB Documents with Native Go Data Structures
Learn how to use the MongoDB Go driver to add BSON annotations to your native Go data structures, providing a way to seamlessly interact with data in the application as well as the NoSQL database.
Check out the Quick Start for Modeling Documents with Golang…
Golang drawer
https://remy.io/blog/bloom-effect-in-go/
remy.io
Bloom effect in Go
How to implement a bloom effect on an image in Go