commit | d082d1d61b024e441df21b8b46a6261d7f955405 | [log] [tgz] |
---|---|---|
author | Kengo Seki <sekikn@apache.org> | Sun Dec 29 15:11:42 2019 +0900 |
committer | Jens Geyer <jensg@apache.org> | Sun Jan 19 22:33:58 2020 +0100 |
tree | afd705fdbe52f3a425736a62dc65e20f438c8223 | |
parent | c97e6aa8604fed4a889b6c0a413e085371de6608 [diff] |
THRIFT-5052: Make the Go tutorial executable to the end Client: Go Patch: Kengo Seki This closes #1969
diff --git a/tutorial/go/src/client.go b/tutorial/go/src/client.go index e3ebe00..319ca3e 100644 --- a/tutorial/go/src/client.go +++ b/tutorial/go/src/client.go
@@ -49,7 +49,6 @@ default: fmt.Println("Error during operation:", err) } - return err } else { fmt.Println("Whoa we can divide by 0 with new value:", quotient) }