1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Apply several small fixes from go vet and others

Includes:
- Changes to commentaries to follow godoc conventions;
- Fix shadowing of identifiers;
- Missing error checks;
- Fix incorrect usages of fmt.Print* functions;
- Initialize struct literals from other packages using explicit field
  names;
- Rename variables to follow Go conventions.
This commit is contained in:
Rodolfo Carvalho
2016-05-15 20:10:02 +02:00
parent 9f7b7f4f31
commit 8621b172b5
21 changed files with 120 additions and 110 deletions

View File

@@ -1,3 +1,2 @@
// Package integration contains integration tests for STI
// Package integration contains integration tests for S2I.
package integration