From f2e8b776f8d2f4cff928e127798fc8c98ca2fbc5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 9 May 2020 19:18:40 +0200 Subject: [PATCH] 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!" --- main.go | 3 +++ 1 file changed, 3 insertions(+) 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 (