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/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
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoGenericsTypeSets
Golang drawer
https://preslav.me/2021/09/22/implementing-a-generic-filter-function-in-golang/
Preslav Rachev
Implementing a Generic Filter Function in Go
This article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
Golang drawer
https://dev.to/he110/circuitbreaker-pattern-in-go-43cn
DEV Community
Secure integrations with Circuit Breaker in Go
Modern web projects rarely exist without any external service integrations. It can be SMS gates,...