diff options
author | Jakob Unterwurzacher | 2016-07-06 21:51:25 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-07-06 21:51:25 +0200 |
commit | e8a234f658553927a2e845d64862321c90388e00 (patch) | |
tree | 20ddf82ad25ee2c9a32f49eb282d5362d858cf40 /internal/configfile/config_file.go | |
parent | a36b4c1b43432789bdec15fe53d1fb55179a8999 (diff) |
Add godoc comments to all internal packages
Diffstat (limited to 'internal/configfile/config_file.go')
-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 ( |