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

Topic - Edition

Go

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