io

package
v2.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FilePerm600 os.FileMode = 0o600 // For secret files.
	FilePerm644 os.FileMode = 0o644 // For normal files.
	FilePerm755 os.FileMode = 0o755 // For directory or execute files.
	FilePerm700 os.FileMode = 0o700 // For directory
	FilePerm400 os.FileMode = 0o400 // For read only files
)

Variables

This section is empty.

Functions

func CopyDir added in v2.10.0

func CopyDir(src, dst string) error

CopyDir programmatically "cp -r src dst".

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL