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/chzyer/readline
GitHub
GitHub - chzyer/readline: Readline is a pure go(golang) implementation for GNU-Readline kind library
Readline is a pure go(golang) implementation for GNU-Readline kind library - chzyer/readline
Golang drawer
https://github.com/cristalhq/jwt
GitHub
GitHub - cristalhq/jwt: Safe, simple and fast JSON Web Tokens for Go
Safe, simple and fast JSON Web Tokens for Go. Contribute to cristalhq/jwt development by creating an account on GitHub.
Golang drawer
https://github.com/qiniu/qmgo
GitHub
GitHub - qiniu/qmgo: Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. - qiniu/qmgo
Golang drawer
https://github.com/aws/aws-lambda-go
GitHub
GitHub - aws/aws-lambda-go: Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Libraries, samples and tools to help Go developers develop AWS Lambda functions. - aws/aws-lambda-go
Golang drawer
https://github.com/trufflesecurity/trufflehog
GitHub
GitHub - trufflesecurity/trufflehog: Find, verify, and analyze leaked credentials
Find, verify, and analyze leaked credentials. Contribute to trufflesecurity/trufflehog development by creating an account on GitHub.
Golang drawer
https://github.com/loov/goda
GitHub
GitHub - loov/goda: Go Dependency Analysis toolkit
Go Dependency Analysis toolkit. Contribute to loov/goda development by creating an account on GitHub.
Golang drawer
https://github.com/maruel/panicparse
GitHub
GitHub - maruel/panicparse: Crash your app in style (Golang)
Crash your app in style (Golang). Contribute to maruel/panicparse development by creating an account on GitHub.
Golang drawer
https://github.com/esimov/triangle
GitHub
GitHub - esimov/triangle: Convert images to computer generated art using delaunay triangulation.
Convert images to computer generated art using delaunay triangulation. - esimov/triangle
Golang drawer
https://splitmind.dev/posts/generate-creds-postgres-vault-with-golang/
splitmind.dev
Generate PostgreSQL credentials with Hashicorp Vault and Go – Split mind blog
Hello there! My name is Yandry and I'm a programmer or Software Engineer, all opinions are totally mine. Enjoy my blog!
Golang drawer
https://www.inngest.com/blog/interactive-clis-with-bubbletea
Golang drawer
https://blog.boot.dev/golang/should-you-commit-the-vendor-folder-in-go/
Boot.dev Blog
Should You Commit the Vendor Folder in Go?
If you’re asking “should I commit the vendor folder in my Go project to Git?”, the answer is “almost always”.
Golang drawer
https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/revisiting-arrays-and-slices-with-generics
quii.gitbook.io
Revisiting arrays and slices with generics | Learn Go with tests
Golang drawer
https://changelog.com/gotime/225
Changelog
Go code organization best practices with Kris, Johnny, & Ian Lopshire (Go Time #225)
We often have code that's similar between projects and we find ourselves copying that code around. In this episode we discuss what to do with this common code, how to organize it, and what code qualifies as this common code.
Golang drawer
https://notes.eatonphil.com/handling-email-from-gmail-smtp-protocol-basics.html
Golang drawer
https://www.lastweekinaws.com/blog/shitposting-as-a-learning-style/
Last Week in AWS
Shitposting as a Learning Style
Everyone learns in different ways. Some methods work super well for one person, while someone else just doesn't "get it." While most of us know this intellectually, it's easy to forget that other people aren't all like we are. I'm speaking in this case, of…
Golang drawer
https://github.com/orlp/pdqsort
GitHub
GitHub - orlp/pdqsort: Pattern-defeating quicksort.
Pattern-defeating quicksort. Contribute to orlp/pdqsort development by creating an account on GitHub.
Golang drawer
https://github.com/golang/go/commit/72e77a7f41bbf45d466119444307fd3ae996e257
GitHub
sort: use pdqsort · golang/go@72e77a7
- Across all benchmarks, pdqsort is never significantly slower than the previous algorithm.
- In common patterns, pdqsort is often faster (i.e. 10x faster in sorted slices).
The pdqsort is describ...
Golang drawer
https://www.openfaas.com/blog/golang-deep-dive/
OpenFaaS - Serverless Functions Made Simple
A Deep Dive into Golang for OpenFaaS Functions
Alex takes a deep dive into Golang for OpenFaaS functions and shows off a new feature from Go 1.18 that improves the experience with IDEs.
Golang drawer
https://go.dev/blog/when-generics
go.dev
When To Use Generics - The Go Programming Language
When to use generics when writing Go code, and when not to use them.
Golang drawer
https://go.dev/doc/effective_go
go.dev
Effective Go - The Go Programming Language