Commit Graph

13 Commits

Author SHA1 Message Date
Tim Emiola 74c9ddcd33 Merge pull request #61 from grpc/oaktowner-patch-1
Fix path in go helloworld docs
2015-02-24 14:19:04 -08:00
Dan Ciruli cd3379fbeb Fixing path for pb import
Was missing grpc in the path
2015-02-24 11:56:02 -08:00
Dan Ciruli 4a8feaac4c Adding grpc org to path
In the instructions, adding grpc to the path for the github project.
2015-02-24 11:52:49 -08:00
Qi Zhao d314cd2e88 Improve README.md 2015-02-20 17:54:59 -08:00
Qi Zhao 6c359b36cd make the format correct. 2015-02-20 17:33:15 -08:00
Qi Zhao 87033a98cc Merge pull request #44 from dsymonds/patch-2
More README.md improvements.
2015-02-20 17:31:24 -08:00
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.
2015-02-21 12:27:23 +11:00
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.
2015-02-21 12:23:36 +11:00
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.
2015-02-21 12:11:55 +11:00
Tim Emiola 8c0464dcf6 Fixes var name 2015-02-20 14:19:31 -08:00
Tim Emiola 4ee7225fbf Changed the documentation title 2015-02-20 08:14:34 -08:00
Tim Emiola ea8eb3c703 Pushes the optional code-gen section to the bottom 2015-02-20 07:51:02 -08:00
Tim Emiola 81580a97bb Adds a helloworld sample in Go. 2015-02-20 07:51:02 -08:00