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/betty200744/ultimate-go
GitHub
GitHub - betty200744/ultimate-go: This repo contains my notes on working with Go and computer systems.
This repo contains my notes on working with Go and computer systems. - GitHub - betty200744/ultimate-go: This repo contains my notes on working with Go and computer systems.
Golang drawer
https://centrifugal.github.io/centrifugo/blog/quic_web_transport/
Golang drawer
https://maori.geek.nz/making-asteroids-game-with-golang-lorca-webview-and-wasm-9a8bed30cf72
Medium
Making Asteroids Game with Golang, Lorca/Webview and WASM
Lets make an Asteroids game with Golang Lorca/Webview and WASM
Golang drawer
https://dunglas.fr/2020/08/a-structured-http-fields-parser-and-serializer-for-the-go-programming-language/
Kévin Dunglas - Founder of Les-Tilleuls.coop (worker-owned cooperative). Creator of API Platform, Mercure.rocks, Vulcain.rocks and of some Symfony components.
A Structured HTTP Fields Parser and Serializer for the Go Programming Language - Kévin Dunglas
"Structured Field Values for HTTP" is an upcoming RFC defining a set of well-defined data types to use in HTTP headers and trailers. This new format will improve the interoperability and the safety of HTTP by allowing to create generic parsers and serializers…
Golang drawer
https://dmv.myhatchpad.com/insight/mocking-techniques-for-go/
Golang drawer
https://github.com/vartanbeno/go-reddit
GitHub
GitHub - vartanbeno/go-reddit: Go library for accessing the Reddit API.
Go library for accessing the Reddit API. Contribute to vartanbeno/go-reddit development by creating an account on GitHub.
Golang drawer
https://godoc.org/modernc.org/sqlite
pkg.go.dev
sqlite package - modernc.org/sqlite - Go Packages
Package sqlite is a sql/database driver using a CGo-free port of the C SQLite3 library.
Golang drawer
https://github.com/tdewolff/minify
GitHub
GitHub - tdewolff/minify: Go minifiers for web formats
Go minifiers for web formats. Contribute to tdewolff/minify development by creating an account on GitHub.
Golang drawer
https://github.com/foxcpp/maddy
GitHub
GitHub - foxcpp/maddy:
✉️
Composable all-in-one mail server.
✉️
Composable all-in-one mail server. Contribute to foxcpp/maddy development by creating an account on GitHub.
Golang drawer
https://github.com/antchfx/xmlquery
GitHub
GitHub - antchfx/xmlquery: xmlquery is Golang XPath package for XML query.
xmlquery is Golang XPath package for XML query. Contribute to antchfx/xmlquery development by creating an account on GitHub.
Golang drawer
https://github.com/willscott/go-nfs/
GitHub
GitHub - willscott/go-nfs: golang NFSv3 server
golang NFSv3 server. Contribute to willscott/go-nfs development by creating an account on GitHub.
Golang drawer
https://github.com/dankinder/httpmock
GitHub
GitHub - dankinder/httpmock: Lightweight HTTP mocking in Go (aka golang)
Lightweight HTTP mocking in Go (aka golang). Contribute to dankinder/httpmock development by creating an account on GitHub.
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://www.thenewdynamic.com/article/hugo-modules-everything-from-imports-to-create/
The New Dynamic
Hugo Modules: everything you need to know! | The New Dynamic
Hugo Modules is one of the most important addition to your favorite SSG. It allows any project to use files stored on a any distant repository and make them their own! In this article we look at what exactly constitute a Hugo Module by creating our own!
Golang drawer
https://threedots.tech/post/introducing-clean-architecture/
threedots.tech
How to implement Clean Architecture in Go (Golang)
In this guide, we share our pragmatic approach to Clean Architecture in Go, refined through years of real-world experimentation. We demonstrate refactoring techniques on a live project, showing how to extract application logic, define interfaces, and improve…
Golang drawer
https://www.elastic.co/blog/the-go-client-for-elasticsearch-introduction
Elastic Blog
The Go client for Elasticsearch: Introduction
The official Go client for Elasticsearch is one of a family of clients that are maintained and supported by Elastic. The client now includes features such as retrying requests and discovering cluster nodes. In this blog post, we’ll focus on the overall architecture…
Golang drawer
https://commaok.xyz/post/discovering-size-classes/
commaok.xyz
Discovering alloc size classes in Go
As of Go 1.15, the Go runtime’s memory allocator doesn’t always allocate exactly the number of bytes required for an object. Instead, it rounds up to the nearest size class.
type T struct { i int64 b byte } Type T has a size of 9 bytes, but allocating a T…
Golang drawer
https://hasura.io/blog/turn-your-go-rest-api-to-graphql-using-hasura-actions/
hasura.io
Turn your Go REST API to GraphQL using Hasura Actions
In this post, we will look at using Hasura Actions to convert your Go REST API to GraphQL.
Golang drawer
https://github.com/cirruslabs/echelon
GitHub
GitHub - cirruslabs/echelon: hierarchical progress bars in terminal on steroids
hierarchical progress bars in terminal on steroids - cirruslabs/echelon
Golang drawer
https://github.com/apache/pulsar-client-go
GitHub
GitHub - apache/pulsar-client-go: Apache Pulsar Go Client Library
Apache Pulsar Go Client Library. Contribute to apache/pulsar-client-go development by creating an account on GitHub.