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

Topic - Edition

Go

1 items on 06 Oct 2019
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