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/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://hugoconf.io/
hugoconf.io
HugoConf 2023
The free, online conference for everything Hugo
Golang drawer
https://www.smartinary.com/blog/how-to-embed-a-react-app-in-a-go-binary/
Smartinary LLC
How to embed a React app in a Go binary
This blog posts describes how you can embed a React single-page application (SPA) alongside your API backend written in Go without any third-party libraries…
Golang drawer
https://brandur.org/fragments/crypto-rand-float64
brandur.org
Generating a random `float64` with `crypto/rand`
Using the cryptographically secure <code>crypto/rand</code> to generate a float between 0 and 1.
Golang drawer
https://brandur.org/fragments/mostly-automatic-deps
brandur.org
Mostly automatic Go dependency updates with GitHub Actions
Writing a GitHub Action to bump Go depenendencies and put the change in a pull request.
Golang drawer
https://eli.thegreenplace.net/2022/performance-of-coroutine-style-lexers-in-go/
Golang drawer
https://eltonminetto.dev/en/post/2022-06-07-using-go-interfaces/
My name is Elton
👋
Using Golang stdlib interfaces
In this post, I’ll show you how to use two of the most exciting features of the Go language: its standard library (the stdlib in the title) and its interfaces.
Go is famous for providing a lot of functionality, thanks to its powerful standard library. Covering…
Golang drawer
https://github.com/goplus/gop
GitHub
GitHub - goplus/xgo: XGo is the first AI-native programming language that integrates software engineering into a unified whole.…
XGo is the first AI-native programming language that integrates software engineering into a unified whole. Our vision is to enable everyone to become a builder of the world. - goplus/xgo
Golang drawer
https://github.com/samber/mo
GitHub
GitHub - samber/mo:
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...) - samber/mo
Golang drawer
https://www.benthos.dev/
Golang drawer
https://github.com/ddosify/ddosify
GitHub
GitHub - getanteon/anteon: Anteon (formerly Ddosify): eBPF-based Kubernetes Monitoring and Performance Testing
Anteon (formerly Ddosify): eBPF-based Kubernetes Monitoring and Performance Testing - getanteon/anteon
Golang drawer
https://github.com/digitalocean/gta
GitHub
GitHub - digitalocean/gta: gta: do transitive analysis to find packages whose dependencies have changed
gta: do transitive analysis to find packages whose dependencies have changed - digitalocean/gta
Golang drawer
https://github.com/line/garr
GitHub
GitHub - line/garr: Collection of high performance, thread-safe, lock-free go data structures
Collection of high performance, thread-safe, lock-free go data structures - line/garr
Golang drawer
https://github.com/drakkan/sftpgo
GitHub
GitHub - drakkan/sftpgo: Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage…
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob - drakkan/sftpgo
Golang drawer
https://github.com/hsfzxjy/go-srpc
GitHub
GitHub - hsfzxjy/go-srpc: Simple streaming RPC for Golang.
Simple streaming RPC for Golang. Contribute to hsfzxjy/go-srpc development by creating an account on GitHub.
Golang drawer
https://github.com/dhamith93/SyMon
GitHub
GitHub - dhamith93/SyMon: A simple system monitoring and alerting tool to monitor server HW stats.
A simple system monitoring and alerting tool to monitor server HW stats. - GitHub - dhamith93/SyMon: A simple system monitoring and alerting tool to monitor server HW stats.
Golang drawer
https://github.com/cenkalti/rain
GitHub
GitHub - cenkalti/rain:
🌧
BitTorrent client and library in Go
🌧
BitTorrent client and library in Go. Contribute to cenkalti/rain development by creating an account on GitHub.
Golang drawer
https://github.com/Shopify/sarama
GitHub
GitHub - IBM/sarama: Sarama is a Go library for Apache Kafka.
Sarama is a Go library for Apache Kafka. Contribute to IBM/sarama development by creating an account on GitHub.
👎
1
Golang drawer
https://vscodium.com/
Vscodium
VSCodium - Open Source Binaries of VSCode
Free/Libre Open Source Software Binaries of VSCode
Golang drawer
https://itnext.io/gos-new-sorting-algorithm-pdqsort-822053d7801b
Medium
Go’s new sorting algorithm: pdqsort
Understand the new sorting algorithm Go started using and how it differs from regular the Quicksort.