Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://changelog.com/gotime/175
Changelog
The ultimate guide to crafting your GopherCon proposal (Go Time #175)
The Call for Proposals for GopherCon 2021 is open from Monday, April 5th to Sunday, April 25th. Kris Brandow, an experienced GopherCon speaker, has published a series of guides to assist Gophers as they craft their proposals and think about submitting.
…
Golang drawer
https://go.dev/solutions/google/sitereliability
go.dev
Actuating Google Production: How Google’s Site Reliability Engineering Team Uses Go - The Go Programming Language
Golang drawer
https://phoban01.medium.com/streaming-unzip-with-go-aws-lambda-b3d23e8a7dce
Medium
Streaming Unzip with Go & AWS Lambda
Credit where credit’s due: Inspired by this post by Dávid Mikuš and leveraging the really nice zipstream package by @krolaw
Golang drawer
https://github.com/google/gops
GitHub
GitHub - google/gops: A tool to list and diagnose Go processes currently running on your system
A tool to list and diagnose Go processes currently running on your system - google/gops
Golang drawer
https://github.com/pion/ion
GitHub
GitHub - pion/ion: A work-in-progress ION SFU remake.
A work-in-progress ION SFU remake. Contribute to pion/ion development by creating an account on GitHub.
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://blog.gitea.io/2021/04/gitea-1.14.0-is-released/
blog.gitea.io
Gitea 1.14.0 is released - Blog
Golang drawer
https://github.com/godruoyi/go-snowflake
GitHub
GitHub - godruoyi/go-snowflake:
❄
An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).
❄
An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced). - godruoyi/go-snowflake
Golang drawer
https://github.com/schollz/progressbar
GitHub
GitHub - schollz/progressbar: A really basic thread-safe progress bar for Golang applications
A really basic thread-safe progress bar for Golang applications - schollz/progressbar
Golang drawer
https://developers.google.com/style/word-list
Google for Developers
Word list | Google developer documentation style guide | Google for Developers
Golang drawer
https://github.com/adhocore/gronx
GitHub
GitHub - adhocore/gronx: Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder)…
Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. I...
Golang drawer
https://github.com/hashicorp/raft
GitHub
GitHub - hashicorp/raft: Golang implementation of the Raft consensus protocol
Golang implementation of the Raft consensus protocol - hashicorp/raft
Golang drawer
https://github.com/v-byte-cpu/sx
GitHub
GitHub - v-byte-cpu/sx: :vulcan_salute: Fast, modern, easy-to-use network scanner
:vulcan_salute: Fast, modern, easy-to-use network scanner - v-byte-cpu/sx
Golang drawer
https://github.com/gofiber/fiber
GitHub
GitHub - gofiber/fiber:
⚡️
Express inspired web framework written in Go
⚡️
Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.
Golang drawer
https://github.com/ChrisTrenkamp/xsel
GitHub
GitHub - ChrisTrenkamp/xsel: An (almost) compliant XPath 1.0 library.
An (almost) compliant XPath 1.0 library. Contribute to ChrisTrenkamp/xsel 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://www.vugu.org/
Golang drawer
https://tech.deliveryhero.com/concurrent-api-patterns-in-go/
Golang drawer
https://changelog.com/gotime/176
Changelog
TCP & UDP with Adam Woodbeck (Go Time #176)
The internet wouldn't exist as we know it if it weren't for TCP and UDP, yet many developers don't quite understand the technology powering the web. In this episode we talk with Adam Woodbeck, author of Network Programming with Go, to learn about TCP and…
Golang drawer
https://dev.to/smyrman/go-generics-beyond-the-playground-353b
DEV Community
Go generics beyond the playground
While Go as of version 1.16 does not support Generics, there is an accepted language proposal for it,...