golint: Fix some golint issues

This commit is contained in:
James Shubin
2016-12-21 03:10:25 -05:00
parent b3ea33f88d
commit 19760be0bc
6 changed files with 21 additions and 26 deletions

View File

@@ -86,7 +86,7 @@ func (obj *MyGAPI) Graph() (*pgraph.Graph, error) {
Name: "file1",
// send->recv!
Recv: map[string]*resources.Send{
"Content": &resources.Send{Res: p1, Key: "Password"},
"Content": {Res: p1, Key: "Password"},
},
},
Path: "/tmp/mgmt/secret",