- sti -> s2i
- fix a couple of typos
- remove useless fmt.Sprintf() usage
- use api.Assemble constant
- UploadToContainer: rename argument
- docs/cli.md: correct the number of log levels
- docs/debugging-s2i.md: fix a typo
We focused on translating one specific error case, and missed returning
any other error, returning nil instead.
Also document why we recreate a ContainerError, and preserve all
original fields except the one we intend to change.
- Update doc comments to match Go's convention
https://golang.org/doc/effective_go.html
- Reorganize imports to match convention
- Call errors 'err', no need for prefixes