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/wI2L/jsondiff
GitHub
GitHub - wI2L/jsondiff: Compute the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations
Compute the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations - wI2L/jsondiff
Golang drawer
https://github.com/jf-tech/omniparser
GitHub
GitHub - jf-tech/omniparser: omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text…
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc. - jf-tech/omniparser
Golang drawer
https://gitlab.com/tslocum/basiclander
GitLab
Trevor Slocum / basiclander · GitLab
!!! Basic Lander has moved to code.rocketnine.space !!!
Golang drawer
https://github.com/corbym/gocrest
GitHub
GitHub - corbym/gocrest: GoCrest - Hamcrest-like matchers for Go
GoCrest - Hamcrest-like matchers for Go. Contribute to corbym/gocrest development by creating an account on GitHub.
Golang drawer
https://github.com/tal-tech/go-zero/blob/master/readme-en.md
Golang drawer
https://blog.golang.org/godoc.org-redirect
blog.golang.org
Redirecting godoc.org requests to pkg.go.dev - The Go Blog
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://ebiten.org/blog/2020.html
Ebitengine - A dead simple 2D game engine for Go
Ebiten in 2020 - Ebitengine
Ebitengine is an open source game engine for the Go programming language. Ebitengine's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Golang drawer
https://evrone.com/rob-pike-interview
Evrone
Rob Pike interview for Evrone: “Go has become the language of cloud infrastructure”
Rob Pike, the co-author of the Go programming language, speaks about a career spanning four decades, and the evolution of Go over the last ten years.
Golang drawer
https://roland.zone/m1-go-benchmarks/
roland.zone
Go standard library benchmarks - Intel vs M1
Golang drawer
https://bitfieldconsulting.com/golang/rust-vs-go
Bitfield Consulting
Rust vs Go in 2025 — Bitfield Consulting
Which is a better choice, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency?
Golang drawer
https://rakyll.org/inlined-defers/
Golang drawer
https://benhoyt.com/writings/go-routing/
Benhoyt
Different approaches to HTTP routing in Go
Compares various routing techniques in Go, including five custom approaches and three using third-party routing libraries.
Golang drawer
https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride
fasterthanli.me
I want off Mr. Golang's Wild Ride
My honeymoon with the Go language is extremely over.
This article is going to have a different tone from what I’ve been posting the past year - it’s a proper rant. And I always feel bad writing tho...
Golang drawer
https://github.com/AllenDang/giu
GitHub
GitHub - AllenDang/giu: Cross platform rapid GUI framework for golang based on Dear ImGui.
Cross platform rapid GUI framework for golang based on Dear ImGui. - AllenDang/giu
Golang drawer
https://github.com/cockroachdb/errors
GitHub
GitHub - cockroachdb/errors: Go error library with error portability over the network
Go error library with error portability over the network - cockroachdb/errors
Golang drawer
https://github.com/go-vgo/robotgo
GitHub
GitHub - go-vgo/robotgo: RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar - go-vgo/robotgo
Golang drawer
https://github.com/fyne-io/fyne
GitHub
GitHub - fyne-io/fyne: Cross platform GUI toolkit in Go inspired by Material Design
Cross platform GUI toolkit in Go inspired by Material Design - fyne-io/fyne
Golang drawer
https://github.com/charmbracelet/bubbletea
GitHub
GitHub - charmbracelet/bubbletea: A powerful little TUI framework
🏗
A powerful little TUI framework
🏗
. Contribute to charmbracelet/bubbletea development by creating an account on GitHub.
Golang drawer
https://www.youtube.com/watch?v=qPIB3STWXVk
YouTube
GopherCon 2020: Debugging Code Generation in Go - Jaana Dogan
Have you ever tried to understand how the Go toolchain takes your source code and generates a binary? Have you ever wondered how you can inspect machine code generated from Go source code? Or, have you ever optimized some Go code to later realize Go compiler…
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoModulesOnlyFuture
Golang drawer
https://bencane.com/2020/12/29/how-to-structure-a-golang-cli-project/
Medium
How to Structure a Go Command-Line Project
A detailed example of a Golang project structure, specifically for command-line tools.