Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://blog.seriesci.com/how-to-mock-oauth-in-go/
Seriesci
How to mock OAuth 2.0 in Go - seriesci blog
We use OAuth 2.0 to access your information from GitHub. That way we don't have to store any sensitive data and you don't need an extra account. In production this works great. During development it makes our lives harder because GitHub needs access to our…
Golang drawer
https://blog.sqreen.com/top-6-security-best-practices-for-go/
Sqreen Blog
Top 6 security best practices for Go - Sqreen Blog
In this post, we'll cover top six security practices that you need to consider when developing with Go and determine how to apply these practices.
Golang drawer
https://blog.gopheracademy.com/advent-2019/go-grps-and-tls/
Gopheracademy
Navigating the uncharted waters of SSL/TLS certificates and gRPC with Go
There are different ways to establishing a secure TLS connection with Go and gRPC. Contrary to popular belief, you don’t need to manually provide the Server certificate to your gRPC client in order to encrypt the connection.
Golang drawer
https://golang.org/doc/code.html
go.dev
How to Write Go Code - The Go Programming Language
Golang drawer
https://workat.doximity.com/positions/?gh_jid=1924480&gh_src=89ac37ec1
Doximity
Work @ Doximity | Open Positions
What does working at Doximity mean? It means being part of an incredibly talented and humble team, while working to create technology that has real, meaningful impact on healthcare professionals.
Golang drawer
https://blog.gopheracademy.com/advent-2019/writing-go-user-interfaces-with-vugu/
Gopheracademy
HTML, CSS and Go, Together at Long Last: Vugu Premise and Example
Huh, what’s a Vugu? Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Golang drawer
https://forum.golangbridge.org/t/go-1-13-6-and-go-1-12-15-are-released/17031
Go Forum
Go 1.13.6 and Go 1.12.15 are released
Hello gophers, We have just released Go versions 1.13.6 and 1.12.15, minor point releases. These releases include fixes to the runtime and to the net/http package. The macOS releases enable the Hardened Runtime. See https://golang.org/issue/34986 for…
Golang drawer
https://github.com/uber-go/goleak
GitHub
GitHub - uber-go/goleak: Goroutine leak detector
Goroutine leak detector. Contribute to uber-go/goleak development by creating an account on GitHub.
Golang drawer
https://hello.blackfire.io/go?utm_source=golang_weekly&utm_medium=newsletter&utm_campaign=q1_2020
Golang drawer
https://gianarb.it/blog/go-continuous-profiling-profefe
gianarb.it
Continuous profiling in Go with Profefe
Taking a snapshot at the right time is nearly impossible. A very easy way to fix this issue is to have a continuous profiling infrastructure that gives you enough confidence of having a profile at the time you need it.
Golang drawer
https://blog.jse.li/posts/torrent/
blog.jse.li
Building a BitTorrent client from the ground up in Go | Jesse Li
What is the complete path between visiting thepiratebay and sublimating an mp3 file from thin air? In this post, we'll implement enough of the BitTorrent protocol to download Debian. Look at the [Source code](https://github.com/veggiedefender/torrent-client/)…
Golang drawer
https://github.com/trubitsyn/go-zero-width
GitHub
GitHub - trubitsyn/go-zero-width: Zero-width character detection and removal for Go
Zero-width character detection and removal for Go. Contribute to trubitsyn/go-zero-width development by creating an account on GitHub.
Golang drawer
https://github.com/jbirms/ok-zoomer
GitHub
GitHub - jbirms/ok-zoomer: A Go program that takes an image, uses pigo to detect a face, and creates a gif that zooms in on the…
A Go program that takes an image, uses pigo to detect a face, and creates a gif that zooms in on the face - GitHub - jbirms/ok-zoomer: A Go program that takes an image, uses pigo to detect a face, ...
Golang drawer
https://github.com/relex/aini
GitHub
GitHub - relex/aini: Go library for Parsing Ansible inventory files
Go library for Parsing Ansible inventory files. Contribute to relex/aini development by creating an account on GitHub.
Golang drawer
https://github.com/guptarohit/asciigraph
GitHub
GitHub - guptarohit/asciigraph: Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. - guptarohit/asciigraph
Golang drawer
https://github.com/thedevsaddam/gojsonq
GitHub
GitHub - thedevsaddam/gojsonq: A simple Go package for querying over JSON, YAML, XML, and CSV data.
A simple Go package for querying over JSON, YAML, XML, and CSV data. - thedevsaddam/gojsonq
Golang drawer
https://github.com/mmcloughlin/avo
GitHub
GitHub - mmcloughlin/avo: Generate x86 Assembly with Go
Generate x86 Assembly with Go. Contribute to mmcloughlin/avo development by creating an account on GitHub.
Golang drawer
https://github.com/ngrok/sqlmw
GitHub
GitHub - ngrok/sqlmw: Interceptors for database/sql
Interceptors for database/sql. Contribute to ngrok/sqlmw development by creating an account on GitHub.
Golang drawer
https://github.com/lukechampine/blake3
GitHub
GitHub - lukechampine/blake3: An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function
An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function - lukechampine/blake3
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoDialCancellationHow