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!"
This commit is contained in:
Jakob Unterwurzacher 2020-05-09 19:18:40 +02:00
parent 24554b11f7
commit f2e8b776f8
1 changed files with 3 additions and 0 deletions

View File

@ -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 (