Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://benhoyt.com/writings/prig/
Benhoyt
Prig: like AWK, but uses Go for "scripting"
Describes Prig, which is for Processing Records In Go. It's a text processing tool like AWK, but it uses Go as the scripting language.
Golang drawer
https://groups.google.com/g/golang-announce/c/RP1hfrBYVuk/m/I7ouYouLAAAJ
Golang drawer
https://datastation.multiprocess.io/blog/2022-03-03-improving-go-json-encoding-performance-for-large-arrays-of-objects.html
Golang drawer
https://golang.design/history/
Golang drawer
https://github.com/achannarasappa/ticker
GitHub
GitHub - achannarasappa/ticker: Track stocks, crypto, and derivatives prices and positions in real time from your terminal
Track stocks, crypto, and derivatives prices and positions in real time from your terminal - achannarasappa/ticker
Golang drawer
https://github.com/jimlambrt/gldap
GitHub
GitHub - jimlambrt/gldap: Build LDAP services w/ Go
Build LDAP services w/ Go. Contribute to jimlambrt/gldap development by creating an account on GitHub.
Golang drawer
https://github.com/vbauerster/mpb
GitHub
GitHub - vbauerster/mpb: multi progress bar for Go cli applications
multi progress bar for Go cli applications. Contribute to vbauerster/mpb 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/zricethezav/gitleaks
GitHub
GitHub - gitleaks/gitleaks: Find secrets with Gitleaks
🔑
Find secrets with Gitleaks
🔑
. Contribute to gitleaks/gitleaks development by creating an account on GitHub.
Golang drawer
https://github.com/lnenad/newser
GitHub
GitHub - lnenad/newser: Newser is a simple utility to generate a pdf with you favorite news articles
Newser is a simple utility to generate a pdf with you favorite news articles - GitHub - lnenad/newser: Newser is a simple utility to generate a pdf with you favorite news articles
Golang drawer
https://github.com/getlantern/systray
GitHub
GitHub - getlantern/systray: a cross platfrom Go library to place an icon and menu in the notification area
a cross platfrom Go library to place an icon and menu in the notification area - getlantern/systray
Golang drawer
https://dev.to/karanpratapsingh/embedding-nats-in-go-19o
DEV Community
Embedding NATS in Go
In this article, we will look at how we can embed NATS server within our Go application. After that,...
Golang drawer
https://muscar.eu/self-modify.html
muscar.eu
On self-modifying executables in Go
Golang drawer
https://csgrinding.xyz/go-async/
csgrinding.xyz
Retrofitting Async/Await in Go 1.18
It is idiomatic to use channels in Go, so why do we need async/await?
Golang drawer
https://angel.co/company/stream/jobs/241159-backend-software-engineer-go
?
AngelList
Senior Software Developer (Go) at Stream • Amsterdam • Remote (Work from Home)
Stream is hiring a Senior Software Developer (Go) in Amsterdam - Apply now on AngelList! We are looking for a full time Senior Software Engineer to join our...
Golang drawer
https://www.ardanlabs.com/careers/mid-level-and-senior-backend-engineer.html
Ardanlabs
Mid-level and Senior Backend Engineers with Go experience
Ardan Labs is a consulting firm that helps our clients develop software solutions and applications. We work on software projects and teams of different sizes. We are currently looking for Mid-level and Senior Backend Engineers with at least 1 year of Go experience.
Golang drawer
https://www.youtube.com/watch?v=w8STTZWdG9Y
YouTube
Fuzz Testing in Go
Fuzzing or fuzz testing is a method of giving random unexpected input to your programs to test for possible crashes or edge cases. Fuzzing can shed a light on some logical bugs or performance problems, so it's always worth adding to a code where stability…
Golang drawer
https://twitter.com/_rsc/status/1496352325157457922
Twitter
Russ Cox
I wasn’t going to say anything, but since ZDNet has republished the AWS “Sustainability with Rust” blog post, a short thread about why that post is misleading (at best) about Go. 1/
Golang drawer
https://github.com/golang/go/issues/51317
GitHub
proposal: arena: new package providing memory arenas · Issue #51317 · golang/go
Note, 2023-01-17. This proposal is on hold indefinitely due to serious API concerns. The GOEXPERIMENT=arena code may be changed incompatibly or removed at any time, and we do not recommend its use ...
Golang drawer
https://jayconrod.com/posts/123/internals-of-go-s-new-fuzzing-system
jayconrod.com
Internals of Go's new fuzzing system
Go 1.18 is coming out soon. It's a huge release, but native fuzzing has a special place in my heart. Not much has been written yet on how Go's fuzzing system actually works, so I'll talk a bit about that here.