From fff24f8bc7ab7a324619f115b07b1e4837a7e899 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 19 Feb 2021 13:17:41 -0800 Subject: [PATCH] Rebuild for typo fix --- examples/execing-processes/execing-processes.hash | 4 ++-- public/execing-processes | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/execing-processes/execing-processes.hash b/examples/execing-processes/execing-processes.hash index 90da7c4..8ba5637 100644 --- a/examples/execing-processes/execing-processes.hash +++ b/examples/execing-processes/execing-processes.hash @@ -1,2 +1,2 @@ -7a8185c4b55c20a678f1e51698f0f4b6e25d4536 -T3da5euHejy +18867a0e743aaadb2aba0a0c7b1ca8098a1aa95c +nI-HMuCI2lG diff --git a/public/execing-processes b/public/execing-processes index cfa31cf..440b8c5 100644 --- a/public/execing-processes +++ b/public/execing-processes @@ -49,7 +49,7 @@ function.

- +
package main
 
@@ -106,7 +106,7 @@ we’ll use exec.LookPath to find it (probably

Exec requires arguments in slice form (as -apposed to one big string). We’ll give ls a few +opposed to one big string). We’ll give ls a few common arguments. Note that the first argument should be the program name.