Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://moshe-beladev-mb.medium.com/debug-aws-lambda-functions-with-gebug-bc643788c247
Medium
Debug AWS Lambda Functions with Gebug
Debugging your Golang Lambda locally can be really annoying. You have great tools on your machine but you don’t always get the most out of…
Golang drawer
https://www.gobeyond.dev/packages-as-layers/
Go Beyond
Packages as layers, not groups
Packages in Go are not like other languages. Understand how to structure them as your application grows.
Golang drawer
https://www.srcbeat.com/2021/01/golang-ioutil-deprecated/
Golang drawer
https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability/
Amazon
AWS SDK for Go Version 2 – General Availability | Amazon Web Services
We are excited to announce the General Availability (GA) release of the AWS SDK for Go version 2 (v2). This release follows the Release candidate of the AWS SDK for Go v2. Version 2 incorporates customer feedback from version 1 and takes advantage of modern…
Golang drawer
https://blog.golang.org/path-security
go.dev
Command PATH security in Go - The Go Programming Language
How to decide if your programs are vulnerable to PATH problems, and what to do about it.
Golang drawer
https://owncloud.com/news/owncloud-releases-tech-preview-on-new-innovative-platform/
ownCloud
ownCloud releases tech preview on new, innovative platform - ownCloud
The all-new ownCloud platform, built on microservices and the Go programming language, is now officially available as a tech preview for evaluation and feedback.
Golang drawer
https://www.programmingfonts.org/
www.programmingfonts.org
Programming Fonts - Test Drive
Try out the best and newest monospace fonts for code
Golang drawer
https://blog.golang.org/path-security
go.dev
Command PATH security in Go - The Go Programming Language
How to decide if your programs are vulnerable to PATH problems, and what to do about it.
Golang drawer
https://github.com/stashapp/stash
GitHub
GitHub - stashapp/stash: An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc - stashapp/stash
Golang drawer
https://vitess.io/blog/2020-01-26-announcing-vitess-9/
Vitess
Vitess | Announcing Vitess 9
We are pleased to announce the general availability of Vitess 9.
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://depthbybreath.hashnode.dev/amp/introducing-go-financial
Hashnode
Introducing go-financial
📊
! - Hashnode
Content
Overview
Demo
Overview
At Razorpay , we recently worked on building a collection system.
For that, we needed an amortization schedule generator in go .
Currently, in go, there are no packages which offer complete solution to this problem....
Golang drawer
https://github.com/google/wire
GitHub
GitHub - google/wire: Compile-time Dependency Injection for Go
Compile-time Dependency Injection for Go. Contribute to google/wire development by creating an account on GitHub.
Golang drawer
https://github.com/juicedata/juicefs
GitHub
GitHub - juicedata/juicefs: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
JuiceFS is a distributed POSIX file system built on top of Redis and S3. - juicedata/juicefs
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://github.com/anmitsu/goful
GitHub
GitHub - anmitsu/goful: Goful is a CUI file manager written in Go.
Goful is a CUI file manager written in Go. Contribute to anmitsu/goful development by creating an account on GitHub.
Golang drawer
https://rauljordan.com/2021/01/05/reuse-expensive-computation-with-in-progress-caches.html
rauljordan
Reuse Expensive Computation With In-Progress Caches in Go
Golang drawer
https://lakefs.io/working-with-embed-in-go/
LakeFS
Working with Embed in Go 1.16 Version
The new Golang v1.16 embed package feature helps us keep a single binary and bundle out static content. Learn how to work and apply it.
Golang drawer
https://www.gobeyond.dev/real-world-sql-part-one/
Go Beyond
Real-world SQL in Go: Part I
Whether you hate SQL or merely tolerate it, you probably use it in your application. We'll look at ways to cleanly organize your SQL code in Go.
Golang drawer
https://www.youtube.com/watch?v=a1SneuI65O0
YouTube
Go (Golang) Debugging with Delve
Delve is a third-party debugger for the Go programming language and it’s available on github https://github.com/go-delve/delve. It’s a valid alternative to the GDB golang debugger (https://golang.org/doc/gdb) as it’s more feature rich as mentioned in the…
Golang drawer
https://www.openfaas.com/blog/integrate-with-github-apps-and-faasd/
OpenFaaS - Serverless Functions Made Simple
How to integrate with GitHub the right way with GitHub Apps
In this guide, we are going to demonstrate how to build your own GitHub App to get a fine-grained integration with GitHub’s API and to act on the behalf of its users.