documentation: Adds package level comments (#2612)

* ADDED package level comments for: benchmark/, examples/helloworld/

* UPDATED code to run gofmt

* FIXED linter errors

* FIXED spelling error

* FIXED documentation based on feedback

* FIXED comment to add pointer to another file

* ADDED reference to start server

* ADDED fix to include command to start server
This commit is contained in:
Zuhayr Elahi
2019-02-21 13:05:00 -08:00
committed by Can Guler
parent 587cec03e6
commit b86a9dbd22
5 changed files with 32 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*
*/
// Package main implements a client for Greeter service.
package main
import (