commit | 249cbc0e5acf8e13d806e7df3c187f29e0a9e854 | [log] [tgz] |
---|---|---|
author | Mike Burrows <m3b@google.com> | Mon Mar 16 10:51:44 2015 -0700 |
committer | Mike Burrows <m3b@google.com> | Mon Mar 16 10:51:50 2015 -0700 |
tree | 9e68196b2066c2e710174870afcba699249d3aef | |
parent | 880528438daaab507184b83dcce3381b631d84c5 [diff] |
v.io/x/ref/services/mgmt: Use verror instead of fmt.Errorf This is one of a number of changes to convert code to use verror rather than fmt.Errorf. We're frist targeting modules with errors that are likely to pass over RPC boundaries. For the moment, I made the error variables local. Tested: cd release/go/src/v.io v23 go test ./... v23 test run vanadium-go-test Change-Id: Ibdc9f90eac516a819fa885c033afe3bd5e2cd757