mirror of https://github.com/docker/docs.git
Cleanup: Typo in job.go
Signed-off-by: Byung Kang <byungk91@gmail.com>
This commit is contained in:
parent
6eaac7d571
commit
cc84ec3f61
|
@ -17,8 +17,7 @@ import (
|
||||||
// environment variables, standard streams for input, output and error, and
|
// environment variables, standard streams for input, output and error, and
|
||||||
// an exit status which can indicate success (0) or error (anything else).
|
// an exit status which can indicate success (0) or error (anything else).
|
||||||
//
|
//
|
||||||
// One slight variation is that jobs report their status as a string. The
|
// For status, 0 indicates success, and any other integers indicates an error.
|
||||||
// string "0" indicates success, and any other strings indicates an error.
|
|
||||||
// This allows for richer error reporting.
|
// This allows for richer error reporting.
|
||||||
//
|
//
|
||||||
type Job struct {
|
type Job struct {
|
||||||
|
|
Loading…
Reference in New Issue