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/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.
Golang drawer
https://gotemplate.io/
gotemplate.io
Go Template Preview
Quickly test and visualize your Go templates live. Template and data never leave your browser.
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/sterchelen/hssp
GitHub
GitHub - sterchelen/hssp: CLI to avoid remembering the http status codes
CLI to avoid remembering the http status codes. Contribute to sterchelen/hssp development by creating an account on GitHub.
Golang drawer
https://itnext.io/exploring-the-go-language-as-a-medium-for-creative-programming-ef0fd4372b61
Medium
Exploring the Go language as a medium for creative programming
This article is about exploring the Go language and its capabilities in fields like generative and creative coding, visual programming…