update examples section
This commit is contained in:
parent
3567cd77c0
commit
86a1bd4bec
|
@ -11,7 +11,9 @@ including `vfsgen`, `fileb0x`, `gobindata` and most others.
|
||||||
|
|
||||||
See <https://pkg.go.dev/git.rootprojects.org/root/vfscopy>.
|
See <https://pkg.go.dev/git.rootprojects.org/root/vfscopy>.
|
||||||
|
|
||||||
## Example: native file system (os)
|
## Examples
|
||||||
|
|
||||||
|
### (Native) File System
|
||||||
|
|
||||||
```go
|
```go
|
||||||
httpfs := http.Dir("/tmp/public/")
|
httpfs := http.Dir("/tmp/public/")
|
||||||
|
@ -22,7 +24,7 @@ if err := vfscopy.CopyAll(vfs, ".", "/tmp/dst/"); nil != err {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example: vfsgen
|
### vfsgen (http.FileSystem)
|
||||||
|
|
||||||
**Note**: `vfsgen` does not support symlinks or file permissions.
|
**Note**: `vfsgen` does not support symlinks or file permissions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue