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

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.

06 Oct 2019 edition
Go

Use internal packages to reduce your public API surface

In the beginning, before the go tool, before Go 1.0, the Go distribution stored the standard library in a subdirectory called pkg/ and the commands which built upon it in cmd/. This wasn’t so much a deliberate taxonomy…

Source: Dave Cheney Dave Cheney