Documentation ¶ Index ¶ func Copy(fs http.FileSystem, dst, src string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Copy ¶ func Copy(fs http.FileSystem, dst, src string) error Copy copies the file src to dst from the filesystem fs. If src is a directory, then all contents in the directory will be copied into the directory dst. If src is a file, then it will be copied directly to dst. Types ¶ This section is empty. Source Files ¶ View all Source files copy.go httpfs.go Click to show internal directories. Click to hide internal directories.