forked from TrueCloudLab/rclone
go fmt 1.1 style
This commit is contained in:
parent
b8c191b51c
commit
fce2af7934
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import (
|
||||||
type FsSwift struct {
|
type FsSwift struct {
|
||||||
c swift.Connection // the connection to the swift server
|
c swift.Connection // the connection to the swift server
|
||||||
container string // the container we are working on
|
container string // the container we are working on
|
||||||
root string // the path we are working on if any
|
root string // the path we are working on if any
|
||||||
}
|
}
|
||||||
|
|
||||||
// FsObjectSwift describes a swift object
|
// FsObjectSwift describes a swift object
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Sync files and directories to and from swift
|
// Sync files and directories to and from swift
|
||||||
//
|
//
|
||||||
// Nick Craig-Wood <nick@craig-wood.com>
|
// Nick Craig-Wood <nick@craig-wood.com>
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue