1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-06 06:44:58 +01:00
Files
source-to-image/pkg/docker/doc.go
Rodolfo Carvalho 2f31eb2414 Fix package doc
- 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.
2016-12-01 11:29:43 +01:00

4 lines
103 B
Go

// Package docker implements Docker operations used by the S2I builder and
// executor.
package docker