From bac19fd5d16f1f5634df1d65e71a9cdf6903c16a Mon Sep 17 00:00:00 2001
From: andrew
Date: Mon, 9 Mar 2020 14:51:16 +0200
Subject: [PATCH] HTML changes
---
.../temporary-files-and-directories.hash | 4 ++--
examples/writing-files/writing-files.hash | 4 ++--
public/temporary-files-and-directories | 5 +++--
public/writing-files | 6 ++++--
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/examples/temporary-files-and-directories/temporary-files-and-directories.hash b/examples/temporary-files-and-directories/temporary-files-and-directories.hash
index ebe1eeb..cf6faa7 100644
--- a/examples/temporary-files-and-directories/temporary-files-and-directories.hash
+++ b/examples/temporary-files-and-directories/temporary-files-and-directories.hash
@@ -1,2 +1,2 @@
-371689e72c46daa43eefbd9b9f4eaa3c490e7fd2
-yKWE4QTsYQr
+cc4755e23cb4ba3c0e0ef5554ec9e9477372422a
+nMpjCsALS6P
diff --git a/examples/writing-files/writing-files.hash b/examples/writing-files/writing-files.hash
index 3d09d10..1513200 100644
--- a/examples/writing-files/writing-files.hash
+++ b/examples/writing-files/writing-files.hash
@@ -1,2 +1,2 @@
-d4f19bc0168674b17551bbf55bab7af989452d0e
-8kx-qYUXBpA
+314a0074840e22b328b6412130c17b9bea53c9c9
+fQ7sd4gXv0F
diff --git a/public/temporary-files-and-directories b/public/temporary-files-and-directories
index 3919f36..c6f46d3 100644
--- a/public/temporary-files-and-directories
+++ b/public/temporary-files-and-directories
@@ -45,7 +45,7 @@ time.
- 
+ 
@@ -175,6 +175,7 @@ rather than an open file.
|
dname, err := ioutil.TempDir("", "sampledir")
+ check(err)
fmt.Println("Temp dir name:", dname)
@@ -241,7 +242,7 @@ prefixing them with our temporary directory.
|