diff options
author | Jakob Unterwurzacher | 2020-05-09 19:18:40 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-09 19:18:53 +0200 |
commit | f2e8b776f8d2f4cff928e127798fc8c98ca2fbc5 (patch) | |
tree | dcea80f8bcbd59313225db3c131e4d4b538d72e3 | |
parent | 24554b11f773cd6c944b8be2f661962867897520 (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!"
-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 ( |