Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://neilalexander.dev/2021/08/29/go-pass-by-value.html
neilalexander.dev
Go is pass-by-value — but it might not always feel like it
Go is a programming language which passes by value, which effectively means that if you give a value as a parameter to a function, the received value within the function is actually a copy of the original. You can modify it however you wish and your changes…
Golang drawer
https://www.dolthub.com/blog/2021-09-03-golang-time-bugs/
Dolthub
A nasty bit of undefined timezone behavior in Golang
Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
Golang drawer
https://medium.com/nerd-for-tech/the-ultimate-guide-for-contract-testing-with-pact-and-go-177b4af13700
Medium
The Ultimate Guide for Contract Testing with PACT and Go
How have we reduced integrational issues in our environments
Golang drawer
https://github.com/FiloSottile/age
GitHub
GitHub - FiloSottile/age: A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options…
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. - FiloSottile/age
Golang drawer
https://github.com/create-go-app/cli
GitHub
GitHub - create-go-app/cli:
✨
A complete and self-contained solution for developers of any qualification to create a production…
✨
A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible...
Golang drawer
https://github.com/tomnomnom/gron
GitHub
GitHub - tomnomnom/gron: Make JSON greppable!
Make JSON greppable! Contribute to tomnomnom/gron development by creating an account on GitHub.
Golang drawer
https://mooijtech.github.io/go-pst/
Golang drawer
https://github.com/go-ini/ini
GitHub
GitHub - go-ini/ini: Package ini provides INI file read and write functionality in Go
Package ini provides INI file read and write functionality in Go - go-ini/ini
Golang drawer
https://joker-lang.org/
Golang drawer
https://github.com/Dreamacro/clash
Golang drawer
https://github.com/mathaou/termdbms
GitHub
GitHub - mathaou/termdbms: A TUI for viewing and editing database files.
A TUI for viewing and editing database files. Contribute to mathaou/termdbms development by creating an account on GitHub.
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/blevesearch/bleve
GitHub
GitHub - blevesearch/bleve: A modern text/numeric/geo-spatial/vector indexing library for go
A modern text/numeric/geo-spatial/vector indexing library for go - blevesearch/bleve
Golang drawer
https://github.com/amit-davidson/btree
GitHub
GitHub - amit-davidson/btree: B-tree implementation for Go
B-tree implementation for Go. Contribute to amit-davidson/btree development by creating an account on GitHub.
Golang drawer
https://github.com/open-telemetry/opentelemetry-go
GitHub
GitHub - open-telemetry/opentelemetry-go: OpenTelemetry Go API and SDK
OpenTelemetry Go API and SDK. Contribute to open-telemetry/opentelemetry-go development by creating an account on GitHub.
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/reugn/go-quartz
GitHub
GitHub - reugn/go-quartz: Minimalist and zero-dependency scheduling library for Go
Minimalist and zero-dependency scheduling library for Go - reugn/go-quartz
Golang drawer
https://github.com/tinygo-org/tinygo/releases/tag/v0.20.0
GitHub
Release 0.20.0 · tinygo-org/tinygo
This release adds support for Go 1.17, fixes a bunch of compiler bugs (especially for WebAssembly), and adds support for a few new boards including boards based on the ESP32-C3 chip.
command line
...
Golang drawer
https://alanstorm.com/simplified-json-handling-in-go/
Golang drawer
https://medium.com/amboss/applying-modern-go-concurrency-patterns-to-data-pipelines-b3b5327908d4
Medium
Applying Modern Go Concurrency Patterns to Data Pipelines
Resilient, fast, efficient and concise? Pick all four! How to apply old and new concurrency patterns to pipelines in Golang