diff options
Diffstat (limited to 'internal/configfile')
-rw-r--r-- | internal/configfile/config_file.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/configfile/config_file.go b/internal/configfile/config_file.go index 95f4c6c..e27f2ad 100644 --- a/internal/configfile/config_file.go +++ b/internal/configfile/config_file.go @@ -1,3 +1,5 @@ +// Package configfile reads and writes gocryptfs.conf does the key +// wrapping. package configfile import ( |