Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 16 Dec 2014
Go Rust

Using Pointers In Go

Introduction I am asked quite a bit about when and when not to use pointers in Go. The problem most people have, is that they try to make this decision based on what they think the performance tradeoff will be. Hence…

Source: Ardan Labs Blog