Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Rust

1 items on 05 Jul 2013
Go Rust

How Packages Work in Go

Since I started writing code in Go it has been a mystery to me how best to organize my code and use the package keyword. The package keyword is similar to using a namespace in C#, however the convention is to tie the…

Source: Ardan Labs Blog