mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
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.
3 lines
79 B
Go
3 lines
79 B
Go
// Package integration contains integration tests for S2I.
|
|
package integration
|