5e4ac5f54f
This allows users to simply install a "go" package and pull in the latest version available for their host operating system without having to figure out the name for the correct suffixed package.
8 lines
377 B
Text
8 lines
377 B
Text
This is a meta package providing the latest release of the Go
|
|
programming language that is available for the host system.
|
|
|
|
The actual Go programming language is provided by packages such as
|
|
lang/go111, lang/go110, etc. This package merely allows users to
|
|
install "go" instead of having to figure out the exact package name.
|
|
|
|
No package should depend on this package directly.
|