Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://ebiten.org/blog/2019.html
Ebiten - A dead simple 2D game library for Go
Ebiten in 2019 - Ebiten
Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Golang drawer
https://www.ardanlabs.com/blog/2019/12/modules-02-projects-dependencies-gopls.html
Ardanlabs
Modules Part 02: Projects, Dependencies and Gopls
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://github.com/fireworq/fireworq
GitHub
GitHub - fireworq/fireworq: Fireworq is a lightweight, high-performance, language-independent job queue system.
Fireworq is a lightweight, high-performance, language-independent job queue system. - fireworq/fireworq
Golang drawer
https://dev.to/ahmedash95/understand-golang-channels-and-how-to-monitor-with-grafana-154
DEV Community
Understand Golang channels and how to monitor with Grafana (Part 1/2)
Just before we start I'd like to tell you this article contains the info I was able to understand abo...
Golang drawer
https://danishpraka.sh/2019/12/07/using-makefiles-for-go.html
Golang drawer
https://github.com/swaggo/swag
GitHub
GitHub - swaggo/swag: Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Automatically generate RESTful API documentation with Swagger 2.0 for Go. - swaggo/swag
Golang drawer
https://www.credencys.com/blog/golang-web-frameworks/
Golang drawer
https://system-glitch.github.io/goyave/guide/changelog.html
Goyave
Changelog - Goyave
Goyave is a Golang web API framework aiming at cleanliness, fast development and power.
Golang drawer
https://github.com/Kagami/go-face
GitHub
GitHub - Kagami/go-face: :mag: Face recognition with Go
:mag: Face recognition with Go. Contribute to Kagami/go-face development by creating an account on GitHub.
Golang drawer
https://www.gocode.io/operation-go
Golang drawer
https://conroy.org/introducing-sqlc
Golang drawer
https://github.com/projectdiscovery/subfinder
GitHub
GitHub - projectdiscovery/subfinder: Fast passive subdomain enumeration tool.
Fast passive subdomain enumeration tool. Contribute to projectdiscovery/subfinder development by creating an account on GitHub.
Golang drawer
https://tutorialedge.net/golang/go-project-structure-best-practices/
TutorialEdge.net
Go Project Structure Best Practices
In this article, we are going to look at some of the best practices that you should consider when structuring your Go applications.
Golang drawer
https://www.mongodb.com/blog/post/quick-start-golang--mongodb--how-to-update-documents
MongoDB
Quick Start: Golang & MongoDB - How to Update Documents | MongoDB Blog
Learn how to update fields within MongoDB documents as well as replace entire documents using the Go programming language.
Golang drawer
https://scene-si.org/
Golang drawer
https://pajak.home.blog/2019/12/09/logging-5-log-entry-builder/
Robert Pajak - My Dev Diary
Logging #5: Log Entry Builder
Problem Repetitive code when logging contextual data (like function’s parameters, request’s header). Solution Use Builder design pattern to create a log to be emitted. Example Let’…
Golang drawer
https://tech.mercari.com/entry/write-custom-go-linters-with-parser-package
Mercari Engineering Blog
Write Your Own Go Linters with Parser Package - Mercari Engineering Blog
This is the seventh post of Merpay Advent Calendar 2019 from Adler, Backend Engineer in Payment Platform team at Merpay. What's a Linter? Why Do I Need One? Lin…
Golang drawer
https://blogtitle.github.io/go-advanced-concurrency-patterns-part-3-channels/
Golang drawer
https://medium.com/a-journey-with-go/go-gomaxprocs-live-updates-407ad08624e1
Medium
Go: GOMAXPROCS & Live Updates
ℹ️
This article is based on Go 1.13.
Golang drawer
https://www.jacobtomlinson.co.uk/posts/2019/creating-github-actions-in-go/
jacobtomlinson.dev
Creating GitHub Actions in Go
Note: This post is also available in Python flavour.
GitHub Actions provide a way to automate your software development workflows on GitHub. This includes traditional CI/CD tasks on all three major operating systems such as running test suites, building applications…
Golang drawer
https://eltonminetto.dev/en/post/2019-12-09-parquet-golang/
My name is Elton
Processing parquet files in Golang
In this post, I will talk about a relatively new data file format, and how to use it in Go.
The format is called Parquet and is currently a project supported by the Apache Foundation. It is a binary file format to store and facilitate data processing a columnar…