From b8203a74588dfb607238cc1804d50d7941ad0515 Mon Sep 17 00:00:00 2001 From: michael-berlin Date: Fri, 6 Mar 2015 10:58:41 -0800 Subject: [PATCH] gotutorial.md: Remove duplicate sentence. --- go/gotutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/gotutorial.md b/go/gotutorial.md index d3d01bff187..c81d9f53ac5 100644 --- a/go/gotutorial.md +++ b/go/gotutorial.md @@ -414,8 +414,6 @@ stream.CloseSend() The syntax for reading and writing here is very similar to our client-side streaming method, except we use the stream's `CloseSend()` method once we've finished our call. Although each side will always get the other's messages in the order they were written, both the client and server can read and write in any order — the streams operate completely independently. -Although each side will always get the other's messages in the order they were written, both the client and server can read and write in any order — the streams operate completely independently. - ## Try it out! To compile and run the server, assuming you are in the folder