Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/volatiletech/sqlboiler
GitHub
GitHub - aarondl/sqlboiler: Generate a Go ORM tailored to your database schema.
Generate a Go ORM tailored to your database schema. - aarondl/sqlboiler
Golang drawer
https://github.com/mongodb/mongo-go-driver
GitHub
GitHub - mongodb/mongo-go-driver: The Official Golang driver for MongoDB
The Official Golang driver for MongoDB. Contribute to mongodb/mongo-go-driver development by creating an account on GitHub.
Golang drawer
https://github.com/paulmach/orb
GitHub
GitHub - paulmach/orb: Types and utilities for working with 2d geometry in Golang
Types and utilities for working with 2d geometry in Golang - paulmach/orb
Golang drawer
https://github.com/valyala/fasthttp
GitHub
GitHub - valyala/fasthttp: Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x…
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http - valyala/fasthttp
Golang drawer
https://github.com/hajimehoshi/ebiten
GitHub
GitHub - hajimehoshi/ebiten: A dead simple 2D game engine for Go
A dead simple 2D game engine for Go. Contribute to hajimehoshi/ebiten development by creating an account on GitHub.
Golang drawer
https://go.dev/blog/survey2021-results
go.dev
Go Developer Survey 2021 Results - The Go Programming Language
An analysis of the results from the 2021 Go Developer Survey.
Golang drawer
https://github.com/charmbracelet/harmonica
GitHub
GitHub - charmbracelet/harmonica: A simple, physics-based animation library
🎼
A simple, physics-based animation library
🎼
. Contribute to charmbracelet/harmonica development by creating an account on GitHub.
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.