Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://dkunin.github.io/dkunin-blog/links/2018/12/14/nativifier-vs-go-webview.html
DKBlog
Nativifier vs Go webview
How I've found a nice way to package web app into super small 'native' app
Golang drawer
https://blog.afoolishmanifesto.com/posts/code-search-for-golang/
fREW Schmidt's Foolish Manifesto
Code Search for Go
For a long time I’ve been disappointed by github’s code search functionality and
the disappearance of other tools that used to do the same thing. This weekend I
came up with a scrappy …
Golang drawer
https://blog.afoolishmanifesto.com/posts/go-types-package/
fREW Schmidt's Foolish Manifesto
go/types package
This past weekend I spent some time playing with the go/types package. It was
pretty cool!
Golang drawer
https://dev.to/napicellatwit/golang-patterns-part-3-apo
DEV Community
Golang Patterns - Part 3
In this post I m going to show a cool pattern using golang channels: channels of channels. Channels...
Golang drawer
https://sql-cubed.com/golang-and-databases-part-3
minimal
Golang and Databases - Part 3
Golang and Databases - Part 3DetailsThis is a continuation from part2.I will cover applying some clean architecture to my prior postThis is…
Golang drawer
https://jayson.dev/blog/2019/06/table-driven-golang-subtests/
jayson.dev
Setting up your Go tests as table-driven subtests · jayson smith
Software, Testing, and Tech
Golang drawer
https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/
Fatih Arslan
Using go/analysis to write a custom linter
We're going to write a custom linter using the new go/analysis framework which dramatically speeds up creating new linters.
Golang drawer
https://medium.com/rungo/error-handling-in-go-f0125de052f0
Medium
Error handling in Go
Go does not provide conventional try/catch method to handle the errors, instead, errors are returned as a normal return value. In this…
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoInfiniteLoopOptimization
Golang drawer
https://morsmachine.dk/http2-causalprof
Golang drawer
https://skarlso.github.io/2019/02/17/go-ssh-with-host-key-verification/
skarlso.github.io
Go SSH with Host Key Verification
Golang drawer
https://victorbitca.github.io/posts/2019/06/a-proper-op-z-plugin-prototype/
victorbitca.github.io
A proper OP-Z plugin prototype
Let’s be honest, previous attempt at an OP-Z plugin thingy was a failure, Main drawbacks being the boot times, all the bugs and overhead that come with running Linux & jack & supercollider on such a small machine. You just don’t need Linux if you want to…
Golang drawer
https://www.edureka.co/blog/golang-tutorial/
Edureka
Golang Tutorial - Learn Golang by Examples | Fundamentals of Golang | Edureka
This blog on Golang Tutorial will give you a complete understanding of the basics of Golang, a powerful and scalable programming language built by Google!
Golang drawer
https://www.ardanlabs.com/blog/2018/12/garbage-collection-in-go-part1-semantics.html
Ardanlabs
Garbage Collection In Go : Part I - Semantics
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://www.ardanlabs.com/blog/2019/05/garbage-collection-in-go-part2-gctraces.html
Ardanlabs
Garbage Collection In Go : Part II - GC Traces
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://github.com/fgrosse/go-home
GitHub
fgrosse/go-home
An OpenGL based progress bar that lets you know when you should really go home after a long day :clock10: - fgrosse/go-home
Golang drawer
https://github.com/wroge/wgs84
GitHub
GitHub - wroge/wgs84: A zero-dependency Go package for coordinate transformations.
A zero-dependency Go package for coordinate transformations. - wroge/wgs84
Golang drawer
https://github.com/Pungyeon/clean-go-article
GitHub
GitHub - Pungyeon/clean-go-article: A reference for the Go community that covers the fundamentals of writing clean code and discusses…
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go. - Pungyeon/clean-go-article
Golang drawer
https://davidsbond.github.io/2019/06/14/creating-grpc-interceptors-in-go.html
Golang drawer
https://stephen.sh/posts/quick-go-performance-improvements
Golang drawer
https://levelup.gitconnected.com/binary-encoding-of-variable-length-options-with-golang-4481ff59e767
Medium
Binary encoding of variable length options with Golang
Reading and writing TLV-encoded messages with Go