From edf813b3d10dfe0ef7e2091f3f88781cecb3ae47 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 11 May 2014 17:17:46 -0700 Subject: [PATCH] Rebuild --- examples/reading-files/reading-files.go | 2 +- examples/reading-files/reading-files.hash | 4 ++-- public/reading-files | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/reading-files/reading-files.go b/examples/reading-files/reading-files.go index 5a930a3..807195f 100644 --- a/examples/reading-files/reading-files.go +++ b/examples/reading-files/reading-files.go @@ -33,7 +33,7 @@ func main() { // by `Open`ing a file to obtain an `os.File` value. f, err := os.Open("/tmp/dat") check(err) - + // Read some bytes from the beginning of the file. // Allow up to 5 to be read but also note how many // actually were read. diff --git a/examples/reading-files/reading-files.hash b/examples/reading-files/reading-files.hash index d39e052..c56535c 100644 --- a/examples/reading-files/reading-files.hash +++ b/examples/reading-files/reading-files.hash @@ -1,2 +1,2 @@ -251ab050de24051bb7d9858940421fdec41fa674 -VcLqpSwnkN +2aa7a2e248065cebfa6f8eece3234b5ffa710273 +2kEKXq-kUV diff --git a/public/reading-files b/public/reading-files index a40b69e..868299e 100644 --- a/public/reading-files +++ b/public/reading-files @@ -41,7 +41,7 @@ reading files.

- +
package main
 
@@ -122,6 +122,7 @@ by Opening a file to obtain an os.File value.

    f, err := os.Open("/tmp/dat")
+    check(err)