|
972dbd2cb2
|
Run stringer on codes.Code
This makes error codes easier to read:
fmt.Sprint(codes.OK) == "OK" instead of "0"
|
2015-03-24 10:15:18 -07:00 |
|
|
3981839a52
|
Add import comments to grpc packages.
This enforces that these packages are used with these import paths.
See http://golang.org/cmd/go/#hdr-Import_path_checking for documentation.
|
2015-02-09 13:46:16 +11:00 |
|
|
e71095e0ec
|
Move source files up one level.
The top-level directory in this repository is going to be
the main "grpc" package.
|
2015-02-09 11:33:38 +11:00 |
|