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/spf13/cobra
GitHub
GitHub - spf13/cobra: A Commander for modern Go CLI interactions
A Commander for modern Go CLI interactions. Contribute to spf13/cobra development by creating an account on GitHub.
Golang drawer
https://github.com/jesseduffield/lazydocker
GitHub
GitHub - jesseduffield/lazydocker: The lazier way to manage everything docker
The lazier way to manage everything docker. Contribute to jesseduffield/lazydocker development by creating an account on GitHub.
Golang drawer
https://github.com/fsnotify/fsnotify/releases/tag/v1.6.0
GitHub
Release v1.6.0 · fsnotify/fsnotify
This version of fsnotify needs Go 1.16 (this was already the case since 1.5.1, but not documented). It also increases the minimum Linux version to 2.6.32.
Additions
all: add Event.Has() and Op.Ha...
Golang drawer
https://github.com/charmbracelet/gum
GitHub
GitHub - charmbracelet/gum: A tool for glamorous shell scripts
🎀
A tool for glamorous shell scripts
🎀
. Contribute to charmbracelet/gum development by creating an account on GitHub.
Golang drawer
https://github.com/Jeffail/tunny
GitHub
GitHub - Jeffail/tunny: A goroutine pool for Go
A goroutine pool for Go. Contribute to Jeffail/tunny development by creating an account on GitHub.
Golang drawer
https://github.com/bensadeh/circumflex
GitHub
GitHub - bensadeh/circumflex:
🌿
It's Hacker News in your terminal
🌿
It's Hacker News in your terminal. Contribute to bensadeh/circumflex development by creating an account on GitHub.
Golang drawer
https://github.com/zakaria-chahboun/cute
GitHub
GitHub - zakaria-chahboun/cute: a minimalist beautiful Go print (fmt alternative)
a minimalist beautiful Go print (fmt alternative). Contribute to zakaria-chahboun/cute development by creating an account on GitHub.
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/mikestefanello/pagoda
GitHub
GitHub - mikestefanello/pagoda: Rapid, easy full-stack web development starter kit and admin panel in Go
Rapid, easy full-stack web development starter kit and admin panel in Go - mikestefanello/pagoda
Golang drawer
https://gitlab.com/cznic/tcl
GitLab
cznic / tcl · GitLab
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications,...
Golang drawer
https://levelup.gitconnected.com/go-worker-pool-the-concurrency-powerhouse-2dc7971f4f15
Medium
Go Worker Pool: The Concurrency Powerhouse
The best “Application programmers” are cultured to focus on business requirements and they typically don’t always factor in the need for…
Golang drawer
https://y.com.sb/watch?v=ZA93qgdLUzM
Invidious
[1/5] Building a CLI Kanban Board with Bubble Tea
https://github.com/charmbracelet/kancli
Welcome back to another Charm video! Today we are building a kanban board for the command line together using Bubble Tea. Let us know what you think in the comments!
If you like this video, we would appreciate any…
Golang drawer
https://scribe.rip/the-godev-corner/how-to-create-a-pdf-in-go-157355429a94
Golang drawer
https://www.scylladb.com/2022/10/12/a-new-scylladb-go-driver-faster-than-gocql-and-its-rust-counterpart/
ScyllaDB
A New ScyllaDB Go Driver: Faster Than GoCQL and Its Rust Counterpart - ScyllaDB
How we built a new Go ScyllaDB driver that's almost 4x faster than its GoCQL predecessor and 2X faster than its Rust counterpart.
Golang drawer
https://changelog.com/gotime/250
Changelog
Mat's GopherCon EU diary with Mat Ryer & friends (Go Time #250)
Join Mat Ryer on his journey to Berlin for GopherCon EU 2022. Along the way he chats with Egon Elbre, Ale Kennedy, Ole Bulbuk, Christian Haas, Bill Kennedy & Ron Evans. Danke!
Golang drawer
https://www.postgresql.org/about/news/postgresql-15-released-2526/
PostgreSQL News
PostgreSQL 15 Released!
**October 13, 2022** - The PostgreSQL Global Development Group today announced the release of [PostgreSQL 15](https://www.postgresql.org/docs/15/release-15.html), the latest version of …
Golang drawer
https://changelog.com/gotime/251
Changelog
Hacking with Go: Part 2 with Ivan Kwiatkowski (Go Time #251)
We're once again exploring hacking in Go from the eyes of security researchers. This time, Natalie & Ian are joined by Ivan Kwiatkowski (a.k.a. Justice Rage)!
Golang drawer
https://openziti.io/golang-aha-moments-generics
Golang drawer
https://github.com/golang/go/issues/56165
GitHub
proposal: Go 2: error handling: try statement with handler · Issue #56165 · golang/go
Author background Experience: 4 years experience writing production Go code. Expert at writing if err != nil. I have forked and created Go error handling libraries. Other language experience: Many ...
Golang drawer
https://y.com.sb/watch?v=RVTfPy_NELc&feature=youtu.be
Invidious
Memory layout and mechanics of arrays and slices | Golang | intermediate level
We discuss the memory layout of arrays and slices in Golang. This provides a good mental model for writing efficient and bug free Go code that includes slices.
0:00 Intro
0:27 Arrays
1:35 Slices
4:19 Initializing a slice
4:48 Passing slice as function arguments…