Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://bford.info/2019/07/29/go-generics/
bford.info
Are Only Type Parameters Generic Enough for Go 2 Generics? – Bryan Ford's Home Page
Golang drawer
https://www.johnmackenzie.co.uk/post/how-i-created-a-rate-limiting-proxy-middleware-with-go/
John Mackenzie | Software Engineer
How I Created a Rate Limiting Proxy Middleware With Go
A quick post on how I implemented an IP rate limiting micro-service middleware for my API using Go.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoTimeToSetGO111MODULE
Golang drawer
https://msrc-blog.microsoft.com/2019/07/22/why-rust-for-safe-systems-programming/
Golang drawer
https://github.com/src-d/go-git
GitHub
GitHub - src-d/go-git: Project has been moved to: https://github.com/go-git/go-git
Project has been moved to: https://github.com/go-git/go-git - src-d/go-git
Golang drawer
https://github.com/uber-go/ratelimit
GitHub
GitHub - uber-go/ratelimit: A Go blocking leaky-bucket rate limit implementation
A Go blocking leaky-bucket rate limit implementation - uber-go/ratelimit
Golang drawer
https://github.com/jedib0t/go-pretty
GitHub
GitHub - jedib0t/go-pretty: Table-writer and more in golang!
Table-writer and more in golang! Contribute to jedib0t/go-pretty development by creating an account on GitHub.
Golang drawer
https://github.com/pion/webrtc
GitHub
GitHub - pion/webrtc: Pure Go implementation of the WebRTC API
Pure Go implementation of the WebRTC API. Contribute to pion/webrtc development by creating an account on GitHub.
Golang drawer
https://github.com/awnumar/fastrand
GitHub
GitHub - awnumar/fastrand: 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand
10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand - awnumar/fastrand
Golang drawer
https://github.com/jtyr/gbt
GitHub
GitHub - jtyr/gbt: Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go. - jtyr/gbt
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…