Skip to content
TILens What matters today in tech
Theme

Daily edition · Go

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

10 Oct 2013 edition
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