Golang drawer
@golang101
176
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
176 subscribers
Golang drawer
https://medium.com/swlh/easy-guide-to-latency-measurement-in-golang-38c3297ebbd2
Medium
Easy Guide to Latency Measurement in Golang
Non-intrusive way to add profiling code to Go functions.
Golang drawer
https://www.digitalocean.com/community/tutorials/building-go-applications-for-different-operating-systems-and-architectures
Digitalocean
Building Go Applications for Different Operating Systems and Architectures | DigitalOcean
Go supports cross-platform compiling by building support for multiple platforms directly into the go build tool. By using the GOOS and GOARCH environment var…
Golang drawer
https://www.ardanlabs.com/blog/2019/10/integration-testing-in-go-set-up-and-writing-tests.html
Ardan Labs
Integration Testing in Go: Part II - Set-up and Writing Tests
Integration tests give insights to the end-to-end operation of web services. In part 2 of this 2 part series over integration testing in Go we explore how to configure and manage external systems before and during testing as well as the actual act of writing…
Golang drawer
http://notes.eatonphil.com/interpreting-go.html
Golang drawer
https://www.calhoun.io/flat-application-structure/
Calhoun.io
Flat Application Structure in Go - Calhoun.io
Rather than spending time trying to figure out how to break code into packages, an app with a flat structure would just place all of the go files in a single package. This sounds kinda crazy, but can actually be a great facilitator of learning and letting
Golang drawer
https://www.youtube.com/watch?v=KvjohMhC8zc&feature=share
YouTube
API Conference: Exploring Go for Web APIs and Microservices
The programming language Go is growing in popularity. It promises microservices with a small footprint while still offering high developer productivity. This...
Golang drawer
https://jhalderm.com/pub/papers/conjure-ccs19.pdf
Golang drawer
http://ctp.di.fct.unl.pt/~mgiunti/inforum19-talk.pdf
Golang drawer
https://github.com/teknogeek/ssrf-sheriff
GitHub
GitHub - teknogeek/ssrf-sheriff: A simple SSRF-testing sheriff written in Go
A simple SSRF-testing sheriff written in Go. Contribute to teknogeek/ssrf-sheriff development by creating an account on GitHub.
Golang drawer
https://dev.to/tchssk/comparison-between-goa-v1-vs-v3-about-the-design-primitive-types-3kpe
The DEV Community
Comparison between Goa v1 vs. v3 about the design primitive types
Golang drawer
https://tomdev.online/post/2019-10-16-hashes-and-cryptography-in-go/
tomdev.online
Hashes and Cryptography in Go
How to work with Hashes and Cryptography in Go
Golang drawer
https://tomdev.online/post/2019-10-16-command-line-arguments-in-go/
tomdev.online
Command-Line Arguments in Go
How to add arguments from command line in Go Programs
Golang drawer
https://www.doxsey.net/blog/how-to-build-a-custom-kubernetes-ingress-controller-in-go
Golang drawer
https://fabianlindfors.se/blog/decorators-in-go-using-embedded-structs/
Golang drawer
https://github.com/uber-go/guide/blob/master/style.md
GitHub
guide/style.md at master · uber-go/guide
The Uber Go Style Guide. Contribute to uber-go/guide development by creating an account on GitHub.
Golang drawer
https://www.namecoin.org/2019/08/06/decoupling-ncdns-go-versions.html
Golang drawer
https://andrewrea.co.uk/posts/creating-a-simple-stress-test-tool-in-go-part-2/
Golang drawer
https://andrewrea.co.uk/posts/creating-a-simple-stress-test-tool-in-go-part-1/
Golang drawer
https://radu-matei.com/blog/wasm-to-oci/
radu's blog
Distributing WebAssembly modules using OCI registries
WebAssembly (WASM) is a binary instruction format for a stack-based virtual machine. In familiar terms, WASM is used as a compilation target for various programming languages (C, C++, Rust, or Golang, for example), generating a compact binary with a known…
Golang drawer
https://blog.owulveryck.info/2019/10/14/think-like-a-vertex-using-gos-concurrency-for-graph-computation.html
blog.owulveryck.info
Think like a vertex: using Go's concurrency for graph computation