mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-06 15:45:00 +01:00
- The package documentation must not be separated from the package declaration by blank lines. - The godoc convention is to follow the pattern "Package <name> ...". - The statement about go-dockerclient is wrong for some time now, and refers to an implementation detail, not fundamental to explain the purpose of the package.
4 lines
103 B
Go
4 lines
103 B
Go
// Package docker implements Docker operations used by the S2I builder and
|
|
// executor.
|
|
package docker
|