diff options
author | Jakob Unterwurzacher | 2015-11-29 21:55:20 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-29 21:55:20 +0100 |
commit | ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 (patch) | |
tree | e5ca3e87688171785738350f541966fdacab9470 /pathfs_frontend/args.go | |
parent | 20b058a33335f48812864513cc13ea0a276aaaa3 (diff) |
Run go fmt
Diffstat (limited to 'pathfs_frontend/args.go')
-rw-r--r-- | pathfs_frontend/args.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pathfs_frontend/args.go b/pathfs_frontend/args.go index 7971b79..86a907d 100644 --- a/pathfs_frontend/args.go +++ b/pathfs_frontend/args.go @@ -2,9 +2,9 @@ package pathfs_frontend // Container for arguments that are passed from main() to pathfs_frontend type Args struct { - Masterkey []byte - Cipherdir string - OpenSSL bool + Masterkey []byte + Cipherdir string + OpenSSL bool PlaintextNames bool - DirIV bool + DirIV bool } |