Gofmt megacommit.

This commit is contained in:
Christian Schwarz
2017-04-26 20:25:53 +02:00
parent 9750bf3123
commit d9ecfc8eb4
14 changed files with 130 additions and 137 deletions
+5 -5
View File
@@ -2,7 +2,7 @@ package model
type Filesystem struct {
Name string
Parent *Filesystem
Parent *Filesystem
Children []Filesystem
Snapshots []Snapshot
}
@@ -21,9 +21,9 @@ type Pool struct {
}
type SSHTransport struct {
Host string
User string
Port uint16
Host string
User string
Port uint16
TransportOpenCommand []string
Options []string
Options []string
}