package
Version:
v0.12.1
Opens a new window with list of versions in this module.
Published: Apr 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package copy provides utilities to copy files and directories.
func Dir(src, dst string) error
Dir copies a src directory to its destination.
func File(src, dst string) error
File creates dst and copies the contents src to it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.