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 (