Skip to content
TILens What matters today in tech
Theme
Topics - Rust
Calendar · OCT 2014
Oct 2014
1 2 3 4 5
6 7 8 9 10 11 12
14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

Daily edition · Rust

The daily ledger

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

13 Oct 2014 edition
Go Rust

Error Handling In Go, Part I

Introduction It is idiomatic in Go to use the error interface type as the return type for any error that is going to be returned from a function or method. This interface is used by all the functions and methods in the…

Source: Ardan Labs Blog