summaryrefslogtreecommitdiff
path: root/tutorial/go
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-12-29 15:11:42 +0900
committerJens Geyer <jensg@apache.org>2020-01-19 22:33:58 +0100
commitd082d1d61b024e441df21b8b46a6261d7f955405 (patch)
treeafd705fdbe52f3a425736a62dc65e20f438c8223 /tutorial/go
parentc97e6aa8604fed4a889b6c0a413e085371de6608 (diff)
downloadthrift-d082d1d61b024e441df21b8b46a6261d7f955405.tar.gz
THRIFT-5052: Make the Go tutorial executable to the end
Client: Go Patch: Kengo Seki This closes #1969
Diffstat (limited to 'tutorial/go')
-rw-r--r--tutorial/go/src/client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/go/src/client.go b/tutorial/go/src/client.go
index e3ebe00df..319ca3e6e 100644
--- a/tutorial/go/src/client.go
+++ b/tutorial/go/src/client.go
@@ -49,7 +49,6 @@ func handleClient(client *tutorial.CalculatorClient) (err error) {
default:
fmt.Println("Error during operation:", err)
}
- return err
} else {
fmt.Println("Whoa we can divide by 0 with new value:", quotient)
}