Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://github.com/OWASP/Go-SCP
GitHub
GitHub - OWASP/Go-SCP: Golang Secure Coding Practices guide
Golang Secure Coding Practices guide. Contribute to OWASP/Go-SCP development by creating an account on GitHub.
Golang drawer
https://discourse.purescript.org/t/purescript-native-can-now-target-golang/878
PureScript Language Forum
Purescript-native can now target Golang
purescript-native now supports both Go and C++11 as intermediate languages. The purescript-native “suite” comprises two utilites: pscpp and psgo. The two share transpiler code and a general design but function independently of one another. Foreign implementations…
Golang drawer
https://github.com/peterbourgon/ff
GitHub
GitHub - peterbourgon/ff: Flags-first package for configuration
Flags-first package for configuration. Contribute to peterbourgon/ff development by creating an account on GitHub.
Golang drawer
https://medium.com/@govinda.attal/an-approach-to-simplify-http-api-implementation-in-go-c742923351af
Medium
Go-Minimal — HTTP API Implementation approach
This is a helper library https://github.com/govinda-attal/hypro that demonstrates how to simplify RESTful API implementation with minimal…
Golang drawer
https://blog.codecentric.de/2019/07/gomock-vs-testify/
codecentric
GoMock vs. Testify: Mocking frameworks for Go
A comparison of popular Go mocking frameworks: Testify/mock and GoMock. We look at mock generation and usage, type safety, output for failing tests, and integration with Go tooling.
Golang drawer
https://tutorialedge.net/golang/go-redis-tutorial/
TutorialEdge.net
Getting Started with Redis and Go - Tutorial
In this tutorial, we are going to look at how you can use Redis as a backend service for your Go applications.
Golang drawer
https://levelup.gitconnected.com/grpc-basics-part-2-rest-and-swagger-53ec2417b3c4
Medium
gRPC Basics Part 2: Rest and Swagger
This is Part 2 in a series of articles on gRPC that my colleague Scott Walker and I are working on. It continues on from Part 1 and we…
Golang drawer
https://medium.com/@_ektagarg/golang-a-todo-app-using-gin-980ebb7853c8
Medium
Golang: A Todo App using GIN
Gin is a web framework written in Go(Golang). If you need performance and good productivity, use Gin, you’ll love it.
Golang drawer
https://thewebivore.com/using-replace-in-go-mod-to-point-to-your-local-module/
Pam The Webivore
Using "replace" in go.mod to point to your local module - Pam The Webivore
If you want to say, point to the local version of a dependency in Go rather than the one over… Read more > Using “replace” in go.mod to point to your local module
Golang drawer
https://medium.com/@monirz/golang-dependency-solution-with-go-module-and-docker-8967da6dd9f6
Medium
Golang Dependency Solution with Go Module and Docker
I was working on creating a small service in Go earlier. Then I needed to build a Docker container for the service. Usually with Go…
Golang drawer
https://dom.events/2019/07/23/golang-concurrent-tcp-server.html
Golang drawer
https://zwischenzugs.com/2019/07/27/goodbye-docker-purging-is-such-sweet-sorrow/
zwischenzugs
Goodbye Docker: Purging is Such Sweet Sorrow
After 6 years, I removed Docker from all my home servers. apt purge -y docker-ce Why? This was triggered by a recurring incident I faced where the Docker daemon was using 100% CPU on multiple cores…
Golang drawer
https://gianarb.it/blog/i-am-in-love-with-language-servers
gianarb blog
I am in love with language servers
Language Servers are a nice way to reuse common features required by editors such as auto complete, formatting, go to definition. This article is a an open letter to share my love for this project with everybody
Golang drawer
https://secretless.io/blog/2018/09/20/conversion-to-go-modules.html
Golang drawer
https://research.swtch.com/proposals-intro
Golang drawer
https://www.alexedwards.net/blog/interfaces-explained
www.alexedwards.net
Golang Interfaces explained - Alex Edwards
Golang drawer
https://blog.golang.org/experiment
Golang drawer
https://github.com/fatih/gomodifytags
GitHub
GitHub - fatih/gomodifytags: Go tool to modify struct field tags
Go tool to modify struct field tags. Contribute to fatih/gomodifytags development by creating an account on GitHub.
Golang drawer
https://medium.com/appsflyer/health-checks-like-a-pro-3fa362942883
Medium
Health Checks like a Pro
Introducing go-sundheit
Golang drawer
https://arslan.io/2019/08/02/why-you-should-use-a-go-module-proxy/
Fatih Arslan
Why you should use a Go module proxy
After the introduction of Go modules, people started to advocate using a Go module proxy. After researching the pros and cons, I've concluded that this is one of the most important changes in recent years. But why is that the case?
Golang drawer
https://medium.com/@adiach3nko/package-management-with-go-modules-the-pragmatic-guide-c831b4eaaf31
Medium
Package Management With Go Modules: The Pragmatic Guide
Go Modules is a way of dealing with dependencies in Go. Initially an experiment, it is is supposed to enter the playing field in 1.13 as a…