Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
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…
Golang drawer
https://changelog.com/gotime/266
Changelog
Is htmx the way to Go? featuring Carson Gross (Go Time #266)
A quick look at the history of building web apps, followed by a discussion of htmx and how it compares to both modern and traditional ways of building.
Golang drawer
https://preslav.me/2023/02/06/golang-do-we-need-struct-pointers-everywhere/
Preslav Rachev
User or *User - Do We Need Struct Pointers Everywhere?
A bit of up-front thinking can help make our Go code cleaner and more performant.
Golang drawer
https://lemire.me/blog/2023/02/07/bit-hacking-with-go-code/
Golang drawer
https://vincent.bernat.ch/en/blog/2023-dynamic-protobuf-golang
vincent.bernat.ch
Fast and dynamic encoding of Protocol Buffers in Go
Encoding to Protocol Buffers usually require a proto definition file. But, by using low-level primitives and a code-defined schema, fast encoding...
Golang drawer
https://words.filippo.io/full-time-maintainer/
words.filippo.io
I’m Now a Full-Time Professional Open Source Maintainer
It works! I am now a full-time independent open-source maintainer. I'm announcing my first cohort of six clients, and sharing some details of how the model works.
Golang drawer
https://alicegg.tech//2023/02/06/4dollar-vps.html
alicegg.tech
Alice GG • How much can you really get out of a 4$ VPS?
When starting a new project, evaluating the budget needed for cloud hosting can be a tricky question.On one side, you will hear horror stories of people waki...