diff options
-rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ( |