luan-cestari
d0ea36f144
Updated the path on the last command
...
The last command seems to reflect the path used on the first public commit (which the helloworld.proto file was under examples/helloworld/proto directory and then it was moved to examples/helloworld/helloworld/helloworld.proto)
2015-09-23 15:27:50 -03:00
LisaFC
66a18cfe4f
fixed broken link to helloworld.proto
2015-09-21 15:31:59 +01:00
Saulius Gurklys
2ebbb6b455
Fix: Read() -> Recv()
...
I believe, there is stream.Recv() not stream.Read(), in RecordRoute(), isn't it?
2015-09-17 22:31:54 +03:00
Qi Zhao
3255a5521c
Merge pull request #343 from philips/fix-go-getting-started
...
Fix go getting started
2015-09-16 22:42:34 -07:00
Brandon Philips
853dbe54a6
examples: link to grpc.io
...
Instead of linking directly to github link to the grpc.io website.
2015-09-16 18:04:08 -07:00
Brandon Philips
0f70401216
examples: README: use the new go package prefix
...
This doesn't work since the package now lives at google.golang.org
2015-09-16 17:45:33 -07:00
Brandon Philips
2b1d73a5f7
examples: README: remove sh tags
...
The markdown renderer for grpc.io doesn't know what to do with the tags
with the syntax highlighting tag like:
```
```sh
```
See http://www.grpc.io/docs/installation/go.html
2015-09-16 17:44:00 -07:00
Brandon Philips
5f818810e5
examples: README: fix trailing whitespace
2015-09-16 17:42:56 -07:00
Qi Zhao
804c8f1ecb
Merge pull request #331 from chrjen/chrjen-patch-1
...
Fixed README.md in examples
2015-09-08 10:15:36 -07:00
LisaFC
535f5d0f45
fixed broken link to old tutorial location
2015-09-08 14:23:55 +01:00
chrjen
fca363e35b
Fixed README.md
...
Fixed the install instructions as it was left unchanged after a folder restructuring, making installing not work.
2015-09-07 14:26:10 +02:00
iamqizhao
28d57dd1ec
rename proto for route_guide example
2015-08-31 12:54:07 -07:00
iamqizhao
72a3b4a331
fix helloworld example
2015-08-27 19:20:52 -07:00
Qi Zhao
158260f5a2
Merge pull request #308 from stanley-cheung/move_grpc_common_examples
...
Move grpc common examples
2015-08-27 19:12:35 -07:00
Stanley Cheung
322d9cf0e2
rearrange helloworld example folder structure
2015-08-27 18:57:12 -07:00
iamqizhao
100ca6a0da
fix benchmark, interop and examples
2015-08-27 17:32:57 -07:00
Stanley Cheung
bb34a2f320
add back protos and update references
2015-08-27 16:22:11 -07:00
Stanley Cheung
1373219acd
fix link
2015-08-27 15:57:03 -07:00
Stanley Cheung
8740786e5b
change all references of grpc-common to examples
2015-08-27 15:55:36 -07:00
Stanley Cheung
f26e2dbd6b
move grpc-common examples to right location
2015-08-27 15:42:22 -07:00
David Symonds
e4a76146b2
Remove unnecessary import rename of the proto support package.
2015-06-24 11:36:31 +10:00
iamqizhao
3617cd5ab3
revert handshaker changes
2015-05-12 17:59:20 -07:00
Peter Edge
7c025e8694
move log package references to grpclog
2015-05-09 11:43:59 +02:00
Peter Edge
101c1e1935
change log package references to grpc/log
2015-05-09 01:16:40 +02:00
iamqizhao
0f85408fd4
Eliminate proto.Unmarshal in the generated code
2015-04-27 14:47:09 -07:00
iamqizhao
2d13f82261
fix a typo
2015-03-25 15:29:01 -07:00
iamqizhao
8b08b2d7b2
Interface change to accommodate the support of non-protobuf data formats
2015-03-25 15:18:07 -07:00
Daniel Wang
9ff931f934
Small fix to client.go
2015-03-04 15:44:58 -08:00
Daniel Wang
d83ccd2feb
Use Fatalf instead
2015-03-04 14:57:51 -08:00
Daniel Wang
84451c554b
Sync with upstream
2015-03-01 17:12:39 -08:00
Daniel Wang
46f39d3ebd
Cosmetic updates to the route guide example
2015-03-01 17:05:46 -08:00
Brett Morgan
786d10d0a3
Minor typo
2015-02-28 14:29:36 +11:00
Yasuhiro Matsumoto
b76c21e4d0
Use Fatalf instead
2015-02-27 11:54:37 +09:00
iamqizhao
594d70fc4b
add route_guide.pb.go because it is required by travis
2015-02-26 18:43:16 -08:00
Jayant Kolhe
9ac8d7142c
Update README.md
...
Adding link to go tutorial
2015-02-26 05:16:57 -08:00
iamqizhao
2b993cd479
rename the convenience function to set TLS creds
2015-02-25 22:57:07 -08:00
Daniel Wang
385ff1a296
Remove generated code from source
2015-02-25 15:52:16 -08:00
Daniel Wang
9c8fb9517b
Fix README
2015-02-25 15:45:56 -08:00
Daniel Wang
d58af39ead
Change tls_server_name to server_host_override and improve README
2015-02-25 15:43:26 -08:00
Daniel Wang
401343c0dc
Fix typos in comments
2015-02-25 15:10:15 -08:00
Daniel Wang
a4b32d7c6c
Use Sprintf instead of concatenation
2015-02-25 12:11:38 -08:00
Daniel Wang
8fd7702f97
Make route guide implementation more go idiomatic
2015-02-25 12:08:12 -08:00
Daniel Wang
a94c062d9b
Fix README
2015-02-24 12:41:18 -08:00
Daniel Wang
7ffe7b2473
Use the golang import path
2015-02-24 12:40:48 -08:00
Daniel Wang
3041c94cd0
Add an implementation of route guide server and client
2015-02-24 12:30:01 -08:00