Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 10 Oct 2013
Go Rust

Functions and Naked Returns In Go

In Go values that are returned from functions are passed by value. Go gives you some nice flexibility when it comes to returning values from a function. Here is a simple example of returning two values from a function:…

Source: Ardan Labs Blog