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/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/lovoo/goka
GitHub
GitHub - lovoo/goka: Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. - lovoo/goka
Golang drawer
https://github.com/cosmos72/gomacro
GitHub
GitHub - cosmos72/gomacro: Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros - cosmos72/gomacro
Golang drawer
https://seh.dev/go-legacy/
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoWhenNotManyGoroutines
Golang drawer
https://rauljordan.com/2020/07/06/why-go-error-handling-is-awesome.html
rauljordan
Why Go's Error Handling is Awesome
Golang drawer
https://www.youtube.com/watch?v=YfLPZOpJQjY&feature=youtu.be
YouTube
Building Go Services with DDD Approach / Eddy Kiselman
In this talk we will review Domain Driven Design briefly, and concentrate on how to apply that approach to building microservices in Go. My focus will be on providing an array of best practices to allow the developer to build microservices that are easy to…
Golang drawer
https://github.com/bytedance/go-tagexpr
GitHub
GitHub - bytedance/go-tagexpr: An interesting go struct tag expression syntax for field validation, etc.
An interesting go struct tag expression syntax for field validation, etc. - bytedance/go-tagexpr
Golang drawer
https://github.com/stretchr/testify
GitHub
GitHub - stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library
A toolkit with common assertions and mocks that plays nicely with the standard library - stretchr/testify
Golang drawer
https://github.com/appleboy/gorush
GitHub
GitHub - appleboy/gorush: A push notification server written in Go (Golang).
A push notification server written in Go (Golang). - appleboy/gorush
Golang drawer
https://github.com/deepmap/oapi-codegen
GitHub
GitHub - oapi-codegen/oapi-codegen: Generate Go client and server boilerplate from OpenAPI 3 specifications
Generate Go client and server boilerplate from OpenAPI 3 specifications - oapi-codegen/oapi-codegen
Golang drawer
https://github.com/fullstorydev/grpcurl
GitHub
GitHub - fullstorydev/grpcurl: Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers - fullstorydev/grpcurl
Golang drawer
https://github.com/wk8/go-ordered-map
GitHub
GitHub - wk8/go-ordered-map: Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys…
Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted. - wk8/go-ordered-map
Golang drawer
https://github.com/kisielk/errcheck
GitHub
GitHub - kisielk/errcheck: errcheck checks that you checked errors.
errcheck checks that you checked errors. Contribute to kisielk/errcheck development by creating an account on GitHub.
Golang drawer
https://github.com/spf13/afero
GitHub
GitHub - spf13/afero: The Universal Filesystem Abstraction for Go
The Universal Filesystem Abstraction for Go. Contribute to spf13/afero development by creating an account on GitHub.
Golang drawer
https://changelog.com/gotime/138
Changelog
Your first week with Go with Jacquie Grindrod and DaShaun Carter (Go Time #138)
Your first week with a new programming language can be tricky. In this episode Jon is joined by Jacquie and DaShaun to talk about their first week with Go. What was their primary focus? What resources did they leverage? What made it stick, and what didn't?
Golang drawer
https://go101.org/article/channel-use-cases.html
Golang drawer
https://vishnubharathi.codes/blog/go-contexts/
Vishnu Bharathi
Under the hood of Go's context
This post is dedicated to you if you had used the Go programming language and ever wondered “What is a context anyway?”. context is a package in Go’s standard library. I think context is idiomatic Go,
Golang drawer
https://barakmich.dev/posts/popcnt-arm64-go-asm/
barakmich.dev
PopCount on ARM64 in Go Assembler
A useful CPU extension, a really interesting architecture, and Go’s offbeat assembler
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoInterfaceSmuggling