Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://github.com/GooseClip/pi-gamepad
GitHub
GitHub - GooseClip/pi-gamepad: An event driven implementation for a Raspberry Pi gamepad
An event driven implementation for a Raspberry Pi gamepad - GitHub - GooseClip/pi-gamepad: An event driven implementation for a Raspberry Pi gamepad
Golang drawer
https://go.dev/blog/go1.20
go.dev
Go 1.20 is released! - The Go Programming Language
Go 1.20 brings PGO, faster builds, and various tool, language, and library improvements.
Golang drawer
https://pyroscope.io/blog/go-1-20-memory-arenas/
pyroscope.io
Go 1.20 Experiment: Memory Arenas vs Traditional Memory Management | Open Source Continuous Profiling Platform
Go 1.20 Experiment with Memory Arenas
Golang drawer
https://blog.carlmjohnson.net/post/2023/golang-120-minor-features/
blog.carlmjohnson.net
What’s New in Go 1.20, Part III: Minor Standard Library Changes
The final part of a three part look at new features in Go 1.20.
Golang drawer
https://flow.com/engineering-blogs/golang-services-improving-observability
Flow
Improving Observability of GoLang Services
Jan 31, 2023
Golang drawer
https://changelog.com/gotime/265
Changelog
How to ace that CFP with V Körbes & Anna-Katharina Wickert (Go Time #265)
It's "Call For Papers" (CFP) season in Go land, so we gathered some seriously experienced conference organizers to help YOUR submission be the best ever.
Golang drawer
https://blog.jetbrains.com/go/2023/02/02/profiling-go-code-with-goland/
The JetBrains Blog
Profiling Go Code with GoLand | The GoLand Blog
Read this article to learn how and why to use GoLand profilers, as well as how to interpret the data they provide to improve a sample program's performance and runtime.
Golang drawer
https://github.com/mmcdole/gofeed
GitHub
GitHub - mmcdole/gofeed: Parse RSS, Atom and JSON feeds in Go
Parse RSS, Atom and JSON feeds in Go. Contribute to mmcdole/gofeed development by creating an account on GitHub.
Golang drawer
https://uptrace.dev/blog/go-redis-v9.html
Uptrace Blog
go-redis joins Redis org on GitHub
Today the go-redis team is thrilled to release go-redis v9, which adds support for the RESP3 protocol, introduces the new hooks API, improves pipelines retries, and allows perfo...
Golang drawer
https://github.com/yuin/goldmark
GitHub
GitHub - yuin/goldmark: :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured. - yuin/goldmark
Golang drawer
https://github.com/k1LoW/tbls
GitHub
GitHub - k1LoW/tbls: tbls is a CI-Friendly tool to document a database, written in Go.
tbls is a CI-Friendly tool to document a database, written in Go. - k1LoW/tbls
Golang drawer
https://github.com/raviqqe/muffet
GitHub
GitHub - raviqqe/muffet: Fast website link checker in Go
Fast website link checker in Go. Contribute to raviqqe/muffet development by creating an account on GitHub.
Golang drawer
https://github.com/vektra/mockery
GitHub
GitHub - vektra/mockery: A mock code autogenerator for Go
A mock code autogenerator for Go. Contribute to vektra/mockery development by creating an account on GitHub.
Golang drawer
https://github.com/joho/godotenv
GitHub
GitHub - joho/godotenv: A Go port of Ruby's dotenv library (Loads environment variables from .env files)
A Go port of Ruby's dotenv library (Loads environment variables from .env files) - joho/godotenv
Golang drawer
https://github.com/antonmedv/expr
GitHub
GitHub - expr-lang/expr: Expression language and expression evaluation for Go
Expression language and expression evaluation for Go - expr-lang/expr
Golang drawer
https://github.com/traefik/yaegi
GitHub
GitHub - traefik/yaegi: Yaegi is Another Elegant Go Interpreter
Yaegi is Another Elegant Go Interpreter. Contribute to traefik/yaegi development by creating an account on GitHub.
Golang drawer
https://github.com/ffuf/ffuf
GitHub
GitHub - ffuf/ffuf: Fast web fuzzer written in Go
Fast web fuzzer written in Go. Contribute to ffuf/ffuf 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/jordan-bonecutter/goption
GitHub
GitHub - jordan-bonecutter/goption: Optional values for Go
Optional values for Go. Contribute to jordan-bonecutter/goption development by creating an account on GitHub.
Golang drawer
https://github.com/batchcorp/plumber
GitHub
GitHub - streamdal/plumber: A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems. - streamdal/plumber
Golang drawer
https://universalglue.dev/posts/testing-with-goquery/
universalglue.dev
Testing Generated HTML with goquery
This is the twelfth in a series of articles
about writing a small reading list app in Go for personal use.
When I first introduced tests for this app,
I showed a strategy of checking for “fragments” in the body of the page –
these are just strings, including…