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/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,...
Golang drawer
https://changelog.com/gotime/198
Changelog
The little known team that keeps Go going with Paul Jolly, Daniel Martí, Marwan Sulaiman, & Ian Cottrell (Go Time #198)
Ever wonder how new features get added to the `go` command? Or where tools like `gopls` come from? Well, there's an open team that handles just those things.
Just like the programming language itself, many of the tools that Go engineers use everyday are…
Golang drawer
https://go-app.dev/
go-app.dev
A Go package for building Progressive Web Apps
A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.
Golang drawer
https://go-playground-wasm.vercel.app/
Golang drawer
https://www.akitasoftware.com/blog-posts/taming-gos-memory-usage-or-how-we-avoided-rewriting-our-client-in-rust
Postman API Platform
Enhance API Collaboration with Postman | Build & Scale APIs Together
Empower your teams with Postman, the API collaboration platform built for seamless teamwork. Discover how 500,000+ companies use Postman to design, test, and collaborate on APIs in one place. Speed up your team’s API development, ship higher quality APIs…
Golang drawer
https://github.com/sonatard/noctx
GitHub
GitHub - sonatard/noctx: noctx finds function calls without context.Context.
noctx finds function calls without context.Context. - sonatard/noctx
Golang drawer
https://github.com/DiscoRiver/massh
GitHub
GitHub - DiscoRiver/massh: Go package for running Linux distributed shell commands via SSH.
Go package for running Linux distributed shell commands via SSH. - DiscoRiver/massh
Golang drawer
https://github.com/volatiletech/sqlboiler
GitHub
GitHub - aarondl/sqlboiler: Generate a Go ORM tailored to your database schema.
Generate a Go ORM tailored to your database schema. - aarondl/sqlboiler
Golang drawer
https://go2goplay.golang.org/p/jhnCwHxu-aV
Golang drawer
https://github.com/xakep666/unusual_generics
GitHub
GitHub - xakep666/unusual_generics: Collection of unusual generics usecases in Go
Collection of unusual generics usecases in Go. Contribute to xakep666/unusual_generics development by creating an account on GitHub.
Golang drawer
https://github.com/ardanlabs/service
GitHub
GitHub - ardanlabs/service: Starter-kit for writing services in Go using Kubernetes.
Starter-kit for writing services in Go using Kubernetes. - ardanlabs/service
Golang drawer
https://github.com/Narasimha1997/ratelimiter
GitHub
GitHub - Narasimha1997/ratelimiter: A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm. - Narasimha1997/ratelimiter
Golang drawer
https://bitfieldconsulting.com/golang/generics
Bitfield Consulting
Generics in Go — Bitfield Consulting
Generics what now? This friendly, down-to-earth tutorial explains what generic functions and types are, why we need them, how they work in Go, and where we can use them. It's easy and fun, so let's dance!