summaryrefslogtreecommitdiff
path: root/backend.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-24 12:21:55 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-24 12:33:03 -0500
commit221873029a6166acaba1fef37508f9f1544180cd (patch)
tree8fedd9d27d25c0591e2f60468670335a4ded9a25 /backend.go
parent4a566395874113e38b5785fc5e436c96c001b032 (diff)
clean up textproto; move types.go into libfastimport
Diffstat (limited to 'backend.go')
-rw-r--r--backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.go b/backend.go
index 52b2441..7e1c50b 100644
--- a/backend.go
+++ b/backend.go
@@ -122,7 +122,7 @@ func (b *Backend) CatBlob(cmd CmdCatBlob) (sha1 string, data string, err error)
return
}
-func (b *Backend) Ls(cmd CmdLs) (mode textproto.Mode, dataref string, path textproto.Path, err error) {
+func (b *Backend) Ls(cmd CmdLs) (mode Mode, dataref string, path Path, err error) {
err = b.Do(cmd)
if err != nil {
return