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/schollz/miti
GitHub
GitHub - schollz/miti: miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text.
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. :musical_note: - GitHub - schollz/miti: miti is a musical instrument textual interface. Basically,...
Golang drawer
https://github.com/zu1k/nali
GitHub
GitHub - zu1k/nali: An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.
An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具. - zu1k/nali
Golang drawer
https://github.com/pomerium/pomerium
GitHub
GitHub - pomerium/pomerium: Pomerium is an identity and context-aware access proxy.
Pomerium is an identity and context-aware access proxy. - pomerium/pomerium
Golang drawer
https://github.com/minekube/gate
GitHub
GitHub - minekube/gate: High-performance, resource-efficient Minecraft reverse proxy and library with robust multi-protocol version…
High-performance, resource-efficient Minecraft reverse proxy and library with robust multi-protocol version support. Designed as a scalable Velocity/BungeeCord alternative, suitable for both develo...
Golang drawer
https://github.com/meloalright/guora
GitHub
GitHub - meloalright/guora:
🖖🏻
A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能
🖖🏻
A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能 - meloalright/guora
Golang drawer
https://blog.carlmjohnson.net/post/2020/working-with-errors-as/
blog.carlmjohnson.net
Creating Domain Specific Error Helpers in Go With errors.As
The other day, I was reading a website about some historical documents, when I saw that it had an error message on top:
Screenshot from the site
Some quick searching online for the error message revealed that it was caused by a mismatch…
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!