aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-05-09 19:18:40 +0200
committerJakob Unterwurzacher2020-05-09 19:18:53 +0200
commitf2e8b776f8d2f4cff928e127798fc8c98ca2fbc5 (patch)
treedcea80f8bcbd59313225db3c131e4d4b538d72e3 /main.go
parent24554b11f773cd6c944b8be2f661962867897520 (diff)
main: add "go doc" package comment
Should show up on https://pkg.go.dev/github.com/rfjakob/gocryptfs?tab=doc which currently reads "No documentation available for this package!"
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index f81174b..1a741ed 100644
--- a/main.go
+++ b/main.go
@@ -1,3 +1,6 @@
+// gocryptfs is an encrypted overlay filesystem written in Go.
+// See README.md ( https://github.com/rfjakob/gocryptfs/blob/master/README.md )
+// and the official website ( https://nuetzlich.net/gocryptfs/ ) for details.
package main
import (