Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
tweak AVDL in client, revendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sanders committed Feb 9, 2017
1 parent a7fc1bf commit 1d35bf9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions simplefs/simplefs.go
Expand Up @@ -29,8 +29,8 @@ func (k *SimpleFS) SimpleFSListRecursive(_ context.Context, arg keybase1.SimpleF

// SimpleFSReadList - Get list of Paths in progress. Can indicate status of pending
// to get more entries.
func (k *SimpleFS) SimpleFSReadList(context.Context, keybase1.OpID) (keybase1.SfListResult, error) {
return keybase1.SfListResult{}, errors.New("not implemented")
func (k *SimpleFS) SimpleFSReadList(context.Context, keybase1.OpID) (keybase1.SimpleFSListResult, error) {
return keybase1.SimpleFSListResult{}, errors.New("not implemented")
}

// SimpleFSCopy - Begin copy of file or directory
Expand Down
20 changes: 10 additions & 10 deletions vendor/github.com/keybase/client/go/protocol/keybase1/simple_fs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/vendor.json
Expand Up @@ -192,8 +192,8 @@
{
"checksumSHA1": "90p9joLcyYEYBCMBY2xF/8eYAAM=",
"path": "github.com/keybase/client/go/protocol/keybase1",
"revision": "69f9b09d8aedecfa6edf4bfd97d8787d9b725591",
"revisionTime": "2017-02-07T15:12:21-08:00"
"revision": "3e0a0841a41e8fa7f2f12c279e901086d55bee64",
"revisionTime": "2017-02-09T11:09:39-08:00"
},
{
"checksumSHA1": "aUMkkGW8nO2sf+UxAMxnmVbDbzU=",
Expand Down

0 comments on commit 1d35bf9

Please sign in to comment.