We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c1ce2 commit 6cb9a7aCopy full SHA for 6cb9a7a
testjob/testjob.go
@@ -23,7 +23,7 @@ func main() {
23
// Just for debugging... show the env vars if DEBUG is set
24
envs := os.Environ()
25
sort.StringSlice(envs).Sort()
26
- fmt.Printf("Envs:\n%s", strings.Join(envs, "\n"))
+ fmt.Printf("Envs:\n%s\n", strings.Join(envs, "\n"))
27
28
// If the 'SLEEP' env var is set then sleep for that many seconds
29
if t := os.Getenv("SLEEP"); t != "" {
0 commit comments