Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/jstemmer/go-junit-report
GitHub
GitHub - jstemmer/go-junit-report: Convert Go test output to JUnit XML
Convert Go test output to JUnit XML. Contribute to jstemmer/go-junit-report development by creating an account on GitHub.
Golang drawer
https://github.com/foxcpp/maddy
GitHub
GitHub - foxcpp/maddy:
✉️
Composable all-in-one mail server.
✉️
Composable all-in-one mail server. Contribute to foxcpp/maddy development by creating an account on GitHub.
Golang drawer
https://go.dev/doc/gc-guide
go.dev
A Guide to the Go Garbage Collector - The Go Programming Language
Golang drawer
https://github.com/gorse-io/gorse
GitHub
GitHub - gorse-io/gorse: Gorse open source recommender system engine
Gorse open source recommender system engine. Contribute to gorse-io/gorse development by creating an account on GitHub.
Golang drawer
https://github.com/kevwan/tproxy
GitHub
GitHub - kevwan/tproxy: A cli tool to proxy and analyze TCP connections.
A cli tool to proxy and analyze TCP connections. Contribute to kevwan/tproxy development by creating an account on GitHub.
Golang drawer
https://github.com/caddyserver/caddy/releases/tag/v2.5.2
GitHub
Release v2.5.2 · caddyserver/caddy
This patch release fixes bugs, adds some new features, and makes worthwhile enhancements. We recommend everyone test and upgrade!
Many improvements have been made to the reverse_proxy module.
Highl...
Golang drawer
https://github.com/FerretDB/FerretDB
GitHub
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
A truly Open Source MongoDB alternative. Contribute to FerretDB/FerretDB development by creating an account on GitHub.
Golang drawer
https://github.com/go-kratos/kratos
GitHub
GitHub - go-kratos/kratos: Your ultimate Go microservices framework for the cloud-native era.
Your ultimate Go microservices framework for the cloud-native era. - go-kratos/kratos
Golang drawer
https://github.com/cheggaaa/pb
GitHub
GitHub - cheggaaa/pb: Console progress bar for Golang
Console progress bar for Golang. Contribute to cheggaaa/pb development by creating an account on GitHub.
Golang drawer
https://github.com/cloudflare/gokey
GitHub
GitHub - cloudflare/gokey: A simple vaultless password manager in Go
A simple vaultless password manager in Go. Contribute to cloudflare/gokey development by creating an account on GitHub.
Golang drawer
https://github.com/schollz/croc
GitHub
GitHub - schollz/croc: Easily and securely send things from one computer to another :package:
Easily and securely send things from one computer to another :crocodile: :package: - GitHub - schollz/croc: Easily and securely send things from one computer to another :package:
Golang drawer
https://github.com/spf13/afero
GitHub
GitHub - spf13/afero: The Universal Filesystem Abstraction for Go
The Universal Filesystem Abstraction for Go. Contribute to spf13/afero development by creating an account on GitHub.
Golang drawer
https://github.com/xo/usql
GitHub
GitHub - xo/usql: Universal command-line interface for SQL databases
Universal command-line interface for SQL databases - xo/usql
Golang drawer
https://github.com/dominikbraun/graph
GitHub
GitHub - dominikbraun/graph: A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
A library for creating generic graph data structures and modifying, analyzing, and visualizing them. - dominikbraun/graph
Golang drawer
https://github.com/klauspost/cpuid
GitHub
GitHub - klauspost/cpuid: CPU feature identification for Go
CPU feature identification for Go. Contribute to klauspost/cpuid development by creating an account on GitHub.
Golang drawer
https://github.com/kevwan/tproxy
GitHub
GitHub - kevwan/tproxy: A cli tool to proxy and analyze TCP connections.
A cli tool to proxy and analyze TCP connections. Contribute to kevwan/tproxy development by creating an account on GitHub.
Golang drawer
https://leonardqmarcq.com/posts/go-project-structure-for-api-gateway-lambda-with-aws-sam
Leonardqmarcq
Structuring Golang for AWS Lambda and API Gateway: Modular Monolith
Structuring a Golang project for deployment on AWS Lambda with API Gateway using AWS SAM to avoid serverless copy-paste everywhere.
Golang drawer
https://thedevelopercafe.com/articles/payload-validation-in-go-with-validator-626594a58cf6
Thedevelopercafe
Payload validation in Go with Validator
In this article you are going to learn how to use the go-playground/validator package to validate data in your go application. validator uses struct tags to
Golang drawer
https://incident.io/blog/gorm-tracing
incident.io
Tracing Gorm queries with OpenCensus & Google Cloud Tracing | Blog
Giving your traces superpowers with enriched metadata from your gorm queries
Golang drawer
https://appliedgo.com/blog/a-tip-and-a-trick-when-working-with-generics
Appliedgo
A tip and a trick when working with generics
New language features, especially significant ones like generics, inevitably come with some caveats. Here are two.