Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://blog.containo.us/announcing-yaegi-263a1e2d070a
Traefik Labs: Say Goodbye to Connectivity Chaos
Announcing Yaegi, Yet Another Go Interpreter
Yaegi, Yet Another Go Interpreter, is an open source project to bring executableGo scripts, embedded plugins on top of the Go runtime...
Golang drawer
https://github.com/buckhx/gobert
GitHub
GitHub - buckhx/gobert: Go Bindings for BERT NLP Models
Go Bindings for BERT NLP Models. Contribute to buckhx/gobert development by creating an account on GitHub.
Golang drawer
https://github.com/anthonynsimon/bild
GitHub
GitHub - anthonynsimon/bild: Image processing algorithms in pure Go
Image processing algorithms in pure Go. Contribute to anthonynsimon/bild development by creating an account on GitHub.
Golang drawer
https://totoval.com
Golang drawer
https://ericgreer.info/post/my-case-against-go-contracts/
ericgreer.info
Eric Greer Weblog
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.