add GoDoc link

This commit is contained in:
AJ ONeal 2020-10-23 17:51:46 -06:00
parent 27eee51fbe
commit 3567cd77c0
1 changed files with 4 additions and 0 deletions

View File

@ -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 <https://pkg.go.dev/git.rootprojects.org/root/vfscopy>.
## Example: native file system (os)
```go