From 3567cd77c08508cd8961b185a2bf426ba23ec6b2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Oct 2020 17:51:46 -0600 Subject: [PATCH] add GoDoc link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1525fdd..36a1435 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ to a native file system destination. Works with any file system that implements http.FileSystem, including `vfsgen`, `fileb0x`, `gobindata` and most others. +# GoDoc + +See . + ## Example: native file system (os) ```go