27 Commits

Author SHA1 Message Date
8988da6e70 examples: add examples regression test script (#3118) 2019-10-31 13:11:53 -07:00
4ec516e589 interop, examples: use localhost instead of 127.0.0.1 (#3124) 2019-10-28 14:41:46 -07:00
f7e18a395d examples: fixed spelling mistake in route_guide client example (#2873) 2019-06-19 10:24:51 -07:00
04ea82009c cleanup: replace "x/net/context" import with "context" (#2439) 2018-11-12 13:30:41 -08:00
f0a1202acd examples: Replace context.Background with context.WithTimeout (#1877) 2018-02-28 15:01:36 -08:00
82e9f61ddd Use keyed fields for struct initializers (#1829) 2018-01-24 10:45:49 -08:00
98bc2cec5b Use log instead of grpclog in routeguide example (#1395) 2017-07-31 10:40:59 -07:00
e64ff5d75c Do not call testdata.Path when defining flags (#1394) 2017-07-27 14:00:18 -07:00
ca9e0c3458 Add testdata package and unify testdata to only one dir (#1297) 2017-07-25 10:24:45 -07:00
ddbf6c46a6 autofix license notice 2017-06-08 14:42:19 +02:00
a113590521 Update references to route_guide.proto to use new directory name (#1270)
route_guide.proto used to be in a directory called proto. It was renamed
to routeguide but the code/README still referred to the previous
directory name.

Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
2017-05-31 14:16:25 -07:00
ac90a026b6 *: go vet 2016-07-27 23:39:19 -04:00
a6bacfe42c Fix go vet 2016-06-29 13:36:10 -07:00
59486d9c17 Rename TransportAuthenticator to TransportCredentials 2016-06-08 11:19:25 -07:00
28d57dd1ec rename proto for route_guide example 2015-08-31 12:54:07 -07:00
100ca6a0da fix benchmark, interop and examples 2015-08-27 17:32:57 -07:00
7c025e8694 move log package references to grpclog 2015-05-09 11:43:59 +02:00
101c1e1935 change log package references to grpc/log 2015-05-09 01:16:40 +02:00
9ff931f934 Small fix to client.go 2015-03-04 15:44:58 -08:00
84451c554b Sync with upstream 2015-03-01 17:12:39 -08:00
46f39d3ebd Cosmetic updates to the route guide example 2015-03-01 17:05:46 -08:00
2b993cd479 rename the convenience function to set TLS creds 2015-02-25 22:57:07 -08:00
d58af39ead Change tls_server_name to server_host_override and improve README 2015-02-25 15:43:26 -08:00
401343c0dc Fix typos in comments 2015-02-25 15:10:15 -08:00
8fd7702f97 Make route guide implementation more go idiomatic 2015-02-25 12:08:12 -08:00
7ffe7b2473 Use the golang import path 2015-02-24 12:40:48 -08:00
3041c94cd0 Add an implementation of route guide server and client 2015-02-24 12:30:01 -08:00