Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 10 Nov 2014
Go Rust

Error Handling In Go, Part II

Introduction In part I of this post, we learned about the error interface and how the standard library provides support for creating error interface values via the errors package. We also learned how to work with error…

Source: Ardan Labs Blog