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