iamqizhao
cd874500da
update the generated code for hello world proto
10 years ago
LisaFC
d6d36b33b1
Update gotutorial.md
...
Fixed broken link
10 years ago
LisaFC
6c16469b66
Update gotutorial.md
...
Fixed small typo
10 years ago
michael-berlin
b8203a7458
gotutorial.md: Remove duplicate sentence.
10 years ago
Joe Shaw
36533de706
fix server-side -> client-side cut-and-paste-o
10 years ago
iamqizhao
65f77264e9
fix typo
10 years ago
Lisa Carey
c4a3300867
Some edits/rewriting of Go tutorial
10 years ago
iamqizhao
b2c1775603
fix gotutorial (client)
10 years ago
Sidnei da Silva
da4cc70636
Update gotutorial.md
10 years ago
iamqizhao
5fc1db5125
fix gotutorial (server part)
10 years ago
iamqizhao
909ddaa073
update gotutorial a bit (contd)
10 years ago
iamqizhao
c341a6b9cc
update gotutorial a bit
10 years ago
Daniel Wang
3532cdc51d
Fix gotutorial
10 years ago
iamqizhao
099339399e
initial tutorial draft from @wonderfly . I only touched up a few places. Will have a full pass tonight or tomorrow.
10 years ago
iamqizhao
5eed2a60ca
fix helloworld README and update the generated code
10 years ago
Dan Ciruli
c4b28a9d36
Update README.md
...
Added a background section.
10 years ago
Tim Emiola
507a2410f1
Fixes more go package references
10 years ago
Dan Ciruli
cd3379fbeb
Fixing path for pb import
...
Was missing grpc in the path
10 years ago
Dan Ciruli
4a8feaac4c
Adding grpc org to path
...
In the instructions, adding grpc to the path for the github project.
10 years ago
Qi Zhao
d314cd2e88
Improve README.md
10 years ago
Qi Zhao
6c359b36cd
make the format correct.
10 years ago
David Symonds
051969c36a
More README.md improvements.
...
Suggest the standard `go get` for downloading the demo.
Remove instruction to set GOPATH during install flow,
since the prerequisites section already does that.
10 years ago
David Symonds
8169a68762
Update to match standard Go style.
...
Remove completely unused dial options, and
reorder a bit of code to match what real code would look like.
10 years ago
David Symonds
ca8c87738c
Tidy up README.md.
...
Simply Go version requirement.
Use `go get` instead of `go install`.
Don't mention $GOBIN, which is irrelevant for most people.
Fix a couple of typos.
10 years ago
Tim Emiola
8c0464dcf6
Fixes var name
10 years ago
Tim Emiola
4ee7225fbf
Changed the documentation title
10 years ago
Tim Emiola
ea8eb3c703
Pushes the optional code-gen section to the bottom
10 years ago
Tim Emiola
81580a97bb
Adds a helloworld sample in Go.
10 years ago