From 1be4329d35d946fa51ecea00c4b82a7874140fcd Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 9 Mar 2020 13:17:52 +0200 Subject: [PATCH] Change HTML --- examples/spawning-processes/spawning-processes.hash | 4 ++-- public/spawning-processes | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/spawning-processes/spawning-processes.hash b/examples/spawning-processes/spawning-processes.hash index f36a1cc..3c800a5 100644 --- a/examples/spawning-processes/spawning-processes.hash +++ b/examples/spawning-processes/spawning-processes.hash @@ -1,2 +1,2 @@ -64e8937dacf6d81f39a3b66584fb70f46dd2126b -jUpRr-RcUKf +6a62e3109c483c2b52a99905dc1ba5c8cb2a281b +m2CpSlHPEVq diff --git a/public/spawning-processes b/public/spawning-processes index 22aaecd..1eea4b3 100644 --- a/public/spawning-processes +++ b/public/spawning-processes @@ -46,7 +46,7 @@ of spawning processes from Go.

- +
package main
 
@@ -157,7 +157,7 @@ to exit.

-

We ommited error checks in the above example, but +

We omitted error checks in the above example, but you could use the usual if err != nil pattern for all of them. We also only collect the StdoutPipe results, but you could collect the StderrPipe in